View Single Post
Old 05-25-2011, 11:03 AM   #4
SoftwareManiac
Member
SoftwareManiac began at the beginning.
 
Posts: 16
Karma: 10
Join Date: Jan 2011
Device: Kindle
I also have seen issues with getting table borders to work. Using InDesign, a CSS style is produced for tables and this is what I modified in the .epub generated file:

table.Lined-Table {
border-collapse : collapse;
border-width : 1px;
border : 1;
border-style : solid;
border-color : #000000;
margin-top : 0px;
margin-bottom : 0px;
}

The table content shows just fine -- the border doesn't in the resultant .mobi using calibre v0.8.1. Odd, when I view the modified .epub using Adobe Digital Editions or even the calibre internal viewer, the tables render as I'd expect. It is only the resultant conversion to .mobi.

Help?
SoftwareManiac is offline   Reply With Quote