View Single Post
Old 01-11-2020, 02:33 PM   #13
JSWolf
Resident Curmudgeon
JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.
 
JSWolf's Avatar
 
Posts: 79,796
Karma: 146391129
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
Quote:
Originally Posted by theducks View Post
First P (0 indent) is a separate item and has no requirement for or against Justify (and excluding it, might get tricky for bulk/generic conversions)

To set the default for NEW, first time, conversions you set this in:
Preferences: Common options:

And (or if converting again. In the dialog at the begining of Convert)
Look and Feel: Styling options (tab): Extra CSS:

Code:
p {text-align: justify)
Even easier then that is to put in text-align: justify; in body and delete any occurrence of text-align: left;. Simple really.

The p suggestion will work in most cases, but not all. Some eBooks use <div> instead of <p>. My suggestion will work in all cases and you get rid of all cases of left justification.

Last edited by JSWolf; 01-11-2020 at 02:35 PM.
JSWolf is offline   Reply With Quote