View Single Post
Old 06-13-2011, 10:35 AM   #10
SoftwareManiac
Member
SoftwareManiac began at the beginning.
 
Posts: 16
Karma: 10
Join Date: Jan 2011
Device: Kindle
News flash -

Based on my initial post. I use InDesign's EPUB Export feature to produce an .epub. Uncompressing the .epub I adjusted the CSS definitions to include what should have produced a table border:

border-style : solid;
border-width : 2px;

I tried all sorts of other CSS border definition combinations. None of them worked. Thanks to Grey's comments I did the unthinkable and added the border="1" to all the <table> occurrences in my HTML source document tag and re-compressed into a new .epub file. I ran it back through calibre to convert to .mobi and voila! It worked. Every table now has a border (including each cell). If I am missing a statement that I should put into my .css definition instead please let me know (I tried the "border : 1px solid black" and other variations), please let me know.

This is a kludge, but at least it makes tables look like tables again!
SoftwareManiac is offline   Reply With Quote