View Single Post
Old 09-26-2010, 10:10 AM   #1
JiYu
Member
JiYu began at the beginning.
 
Posts: 13
Karma: 10
Join Date: Sep 2010
Device: Kindle 3nd
fixed table size

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
JiYu is offline   Reply With Quote