View Single Post
Old 07-20-2025, 06:51 PM   #32
RbnJrg
Wizard
RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.
 
Posts: 1,852
Karma: 8821117
Join Date: Mar 2013
Location: Rosario - Santa Fe - Argentina
Device: Kindle 4 NT
Quote:
Originally Posted by Turtle91 View Post
Here is an example of the difference between Justified (left column) and Left-Aligned (right column) text.

On larger screens the rivers of white space are less noticeable, but on smaller screens (most people read ebooks on their phones), especially with larger font, it is very noticeable. It can even get so bad that there are only two words on a given line!!

Attachment 216977
This screenshot is also from Antigravity
No, Turtle, your example is biased. Put two images not of text in two columns, but of the same text at the full width of the viewport, and then let's see if the rivers of white space are so noticeable with justified text. On today's phones with 6.75" screens, the rivers of white space you mention don't exist, especially if you read in apps that support hyphenation (PocketBook for epub3 and KOReader for epub2, for example).

Here is you have another screenshot about the sample whose screenshot you uploaded above, now with text-align: justify (even without hyphens), and the rivers are not present:

Click image for larger version

Name:	Turtle.jpg
Views:	28
Size:	75.8 KB
ID:	216984

Of course, you may very well prefer to read with left-aligned text, and no one can argue with that, and you may very well want to design your books with that alignment. What I'm saying is that we can't leave the alignment unset for the <p> tag (in fact, you set it for both <h3> and <div class="news">), even if that alignment is "text-align: left." Because when the user sets their preference in the eReader, it affects the ENTIRE BOOK, not just the <p> tags.

Last edited by RbnJrg; 07-20-2025 at 06:59 PM.
RbnJrg is offline   Reply With Quote