Hi,
I am trying to create a table with a fixed size to use it in a mobi file.
e.g.:
Code:
<table border="0">
<tr>
<td width="190">FIRST</td>
<td width="270">SECOND</td>
</tr>
<tr>
<td>FIRST</td>
<td>SECOND</td>
</tr>
</table>
for the FIRST td its working, but the SECOND is not working correct. It always end with the text. Any Ideas why this is not working?
regards
JiYu