Quote:
Originally Posted by AlexBell
I would have thought though that text-align: justify; would be the way to go. I'm surprised to see that text-align: left; works to justify text.
|
The default is text-align: justify; which can be over-ridden by text-align: left; to give a ragged-right margin. For an ebook that is explicitly configured for left justification, adding text-align: justify; to Calibre's extra CSS might or might not give you full justification, depending on how the ebook's CSS is configured.