Is there a known problem with WM6 IE displaying tables? I can't get it to
display multiple cells on a single row. Even if I create a really simple
page;

<html>
<table>
<tr>
<td>1</td>
<td>2</td>
</tr>
</table>
</html>

it shows in IE as

1
2

Any ideas?

Lee.

Re: WM6 can't display tables? by Lee

Lee
Tue Oct 09 10:49:34 PDT 2007


Problem solved. By default, the IE View setting is One Column. Seems a
rather strange default.


"Lee Derbyshire [MVP]" <email a@t leederbyshire d.0.t c.0.m> wrote in
message news:O8s3%23ndCIHA.5360@TK2MSFTNGP03.phx.gbl...
>
> Is there a known problem with WM6 IE displaying tables? I can't get it to
> display multiple cells on a single row. Even if I create a really simple
> page;
>
> <html>
> <table>
> <tr>
> <td>1</td>
> <td>2</td>
> </tr>
> </table>
> </html>
>
> it shows in IE as
>
> 1
> 2
>
> Any ideas?
>
> Lee.
>