Quote:
Originally Posted by Araucaria
Gosh, a question I know the answer to!
PD is Public Domain - that's to say, out of copyright.
|
Ahhh... of course something as easy as that doesn't hit me.
Quote:
Originally Posted by RbnJrg
Yes, that is what I tell you  Kindle 1 doesn't support tables at all.
|
Calibre or KindleGen... do these try to convert tables to basic text?
Quote:
Originally Posted by phossler
Since some of his tables are 3x3 and some are 4xN I think they'll 'fit' onto our KT screens.
|
Should be ok, especially for personal usage. Sometimes you have to keep in mind people who read with HUGE FONT SIZE on a tiny device.... but at that point, sometimes you just have to give up trying to please everyone.
Not like an image of the table would help in that case, the person wouldn't be able to read the tiny font in the image!
Quote:
Originally Posted by phossler
It'd be nice if Sigil had a 'Table Wizard' to use as a starting point where you could specify the number of rows and columns, then enter the text into a Sigil grid. Let Sigil do the hard work of making the tags and the basic structure for us to customize and polish
|
Yeah, that sounds like a good idea. I posted it in the Sigil 0.7.3 thread for you as a feature request.
To create tables manually, I sometimes just use LibreOffice Calc. I stick all the info in the cells, and then export as XHTML, and then use Regex to clean up the code.
I also recently used LibreOffice to easily "rotate" an HTML table from horizontal to vertical:
https://help.libreoffice.org/Calc/Ro...es_Transposing
It went from 13x2 to 2x13 (a number for every month + avg).