Hi all
I have developed a web site that is intended to be viewed on mobile
phones. I have a Nokia N70 for testing purposes.
I have experimented with the simplest of HTML tables, for example
<table>
<tr>
<td> test </td>
<td> test2 </td>
<tr>
</table>
and that is fine. i see
test test2
BUT when i use
<table>
<tr>
<td> test </td>
<td> test2 </td>
<td> test3 </td>
<tr>
</table>
the table doesn't work at all, and i simply get
test
test2
test3
Has anyone else noticed this? I am using the default web browser, not
opera (which also came with the phone).
Thanks
Rimu