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.