![]() |
#16 | ||||
Wizard
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 2,306
Karma: 13057279
Join Date: Jul 2012
Device: Kobo Forma, Nook
|
Quote:
I did not know that the Kindle 1 table situation was so horrible. I have not had any complaints from my employer so far! (And thousands of copies of the ebooks have been sold... I would assume if someone ran into problems we would have gotten complaints by now). Quote:
Code:
<table> <tr><td>Position A</td><td>Position B</td></tr> <tr><td>Position C</td><td>Position D</td></tr> </table> This might be where I have to agree with exaltedwombat and just move on. Kindle 1 is dead to me! ![]() Quote:
Quote:
|
||||
![]() |
![]() |
![]() |
#17 |
Bibliophile
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 166
Karma: 934516
Join Date: Jul 2011
Location: Cantal in the French Auvergne
Device: Kindle Voyage, Kobo Libra H20, Kindle PW2, Moon Pro on Lenovo tablet
|
Gosh, a question I know the answer to!
PD is Public Domain - that's to say, out of copyright. |
![]() |
![]() |
Advert | |
|
![]() |
#18 |
Wizard
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 1,087
Karma: 447222
Join Date: Jan 2009
Location: Valley Forge, PA, USA
Device: Kindle Paperwhite
|
Glad I asked the question -- learning a lot from the discussion
So far, my take away is that (as always) there's many ways to do it, but since the ebook I'm re-formatting for my brother (neither of us are in the business) only has a few simple tables, the css and html approach seems the most practical. Also the most tedious since you have to get the <th> and <tr> and <td> structures correct. Since some of his tables are 3x3 and some are 4xN I think they'll 'fit' onto our KT screens. 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 Paul Last edited by phossler; 08-05-2013 at 08:08 AM. Reason: typos |
![]() |
![]() |
![]() |
#19 | |
Wizard
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 1,641
Karma: 8566337
Join Date: Mar 2013
Location: Rosario - Santa Fe - Argentina
Device: Kindle 4 NT
|
Quote:
![]() |
|
![]() |
![]() |
![]() |
#20 | |
Wizard
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 1,641
Karma: 8566337
Join Date: Mar 2013
Location: Rosario - Santa Fe - Argentina
Device: Kindle 4 NT
|
Quote:
Quackit: http://www.quackit.com/html/html_table_generator.cfm Bagism: http://www.bagism.com/tablemaker/ And you can style them with: Tablestyler: http://tablestyler.com/ CSS-table-generator: http://www.css-generators.com/css-to...generator.html Of course, take in count that many css styles won't be supported by ereaders devices. Regards Rubén Last edited by RbnJrg; 08-05-2013 at 08:57 AM. |
|
![]() |
![]() |
Advert | |
|
![]() |
#21 | |
A Hairy Wizard
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 3,312
Karma: 20171571
Join Date: Dec 2012
Location: Charleston, SC today
Device: iPhone 15/11/X/6/iPad 1,2,Air & Air Pro/Surface Pro/Kindle PW & Fire
|
Quote:
some possible s/r: search:<p> replace:<tr><td> search:</p> replace:</td></tr> Cheers! [edit] You can use a clip (clip editor) to put your table tags around the higlighted lines: Table: <table>\1</table> then do the search all in one: search:</p>\s*<p> replace:</td></tr>\n<tr><td> Last edited by Turtle91; 08-05-2013 at 10:48 AM. |
|
![]() |
![]() |
![]() |
#22 | ||||
Wizard
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 2,306
Karma: 13057279
Join Date: Jul 2012
Device: Kobo Forma, Nook
|
Quote:
Quote:
Quote:
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:
![]() 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). Last edited by Tex2002ans; 08-05-2013 at 04:43 PM. |
||||
![]() |
![]() |
![]() |
#23 | |
Wizard
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 1,087
Karma: 447222
Join Date: Jan 2009
Location: Valley Forge, PA, USA
Device: Kindle Paperwhite
|
@Tex2002ans
Quote:
fortunately this was the first time I had a valid (= couldn't think of any other way) reason to try to format some things as tables The good news is that the data is not very elaborate in terms of number of columns, 3 -4each probably. The number of rows will vary, and the <tr> <td> requirements will require very careful attention. My table formats would seem to be pretty basic and flexible compared to some of the tools and examples I've seen: no 'client' to please except me and my family. There were some eternal table-making tools suggested that I'll try as a starting point, but keeping all those tags balenced will be my challenge @Turtle91 -- Ahh good ol' RegEx. I will experiment with that also. I keep forgetting about 'Mark Selected Text' - many times that would have prevented my over enthusastic use of 'Replace All', and wishing that I have remembered to save a versioning copy first Paul Last edited by phossler; 08-05-2013 at 07:46 PM. |
|
![]() |
![]() |
![]() |
#24 |
Wizard
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 1,641
Karma: 8566337
Join Date: Mar 2013
Location: Rosario - Santa Fe - Argentina
Device: Kindle 4 NT
|
|
![]() |
![]() |
![]() |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Pleading for assistance! | camperbc | Sony Reader Dev Corner | 20 | 02-22-2012 09:40 AM |
Assistance with look of conversion... | Bev M | Kindle Formats | 2 | 10-31-2010 11:06 AM |
Can I ask for your assistance? | Alphapheemail | Writers' Corner | 50 | 06-13-2009 12:59 AM |