Quote:
Originally Posted by chaot
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
....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?