View Single Post
Old 10-02-2010, 12:25 PM   #2
jswinden
Nameless Being
 
Quote:
Originally Posted by JiYu View Post
Hi,

after solving one table problem I am experience another one It seems to be that the table is not considering something and characters are disappearing on the right side of the display.

The table structure is like:

Code:
<table width="510" border="0">
  <tr>
    <td bgcolor="#989898" width="190"><b>Text</b>:</td>
    <td bgcolor="#989898">A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25</td> 
  </tr>
</table>
I attached a picture as example how it looks on the kindle. Does somebody know the problem or how to solve it?

JiYu
Did you try <table width="100%">? Or just simply <table> as the full width would be inferred as would the no border. I don't think Kindles will do borders on tables anyway. I'm not sure what will work and will not work with Kindles and Tables, but they definitely don't have full support for tables, and you have to define tag attributes using a specific format acceptable to Kindles.

Last edited by jswinden; 10-02-2010 at 12:29 PM.
  Reply With Quote