Quote:
Originally Posted by Tex2002ans
Thank you for the code RbnJrg.
|
You are welcome
Quote:
Originally Posted by Tex2002ans
Code for tables is definitely an area where I am sorely lacking. Would be great if people could post samples of tables that look good in old MOBI as well.
|
Tables are not supported in Kindle 1 (nor borders). In Kindle 2 you can have tables with borders and you can apply colors (shade of grays) with the css "background-color" property. But borders you can apply are very limited. So if we want to find a solution for all Kindle model, the choice would be (by means of media-queries):
1. For .kf8 to use css and html code.
2. For mobi7 (Kindle1 and Kindle2), to use images.
That is because if we use tables for Kindle2, Kindle1 won't read them.
Regards
Rubén