View Single Post
Old 03-23-2017, 02:33 AM   #28
Tex2002ans
Wizard
Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.
 
Posts: 2,306
Karma: 13057279
Join Date: Jul 2012
Device: Kobo Forma, Nook
Quote:
Originally Posted by chaot View Post
I need it for an extensive ''personal register''.
As you see down left (Ascher, Leo) it continues top right (Asch, Schalom) - 14 pages all together.

Any idea to do the job the best possible way!?
Converting it into just one long list, just like you would with when converting an Index:

Code:
AAA, 1     EEE, 5
BBB, 2     FFF, 6
CCC, 3     GGG, 7
DDD, 4     HHH, 8
to:

Code:
AAA, 1
BBB, 2
CCC, 3
DDD, 4
EEE, 5
FFF, 6
GGG, 7
HHH, 8
In physical books, Indexes are typically two-column to condense the amount of pages... but in an ebook, that doesn't make much sense (you have infinite screens).

Quote:
Originally Posted by Turtle91 View Post
....You can use one version of CSS for those devices that natively support multi-column....you would then use a separate version of CSS for those that need work-around-x....and even another version of CSS for those that need work-around-y...etc., etc., etc.
Hmmm... has anyone tested two-column text like this on a smaller device (cell phone) with larger font?

Last edited by Tex2002ans; 03-23-2017 at 02:37 AM.
Tex2002ans is offline   Reply With Quote