View Single Post
Old 01-12-2020, 10:44 AM   #18
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: 80,030
Karma: 147977995
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 deback View Post
If you want to change the actual classes in the CSS file, open up one of the HTML pages and find the first paragraph in a chapter. For example, <p class="noindent">. Then change the "noindent" class in the CSS file to have text-align: justify;. Do the same for the class used in the rest of the paragraphs. For example, <p class="text">. Change the "text" class in the CSS file to have text-align: justify;.
What a long way around for a shortcut.

If there is a body class and if not, add one and make sure it has text-align: justify;. Then remove all lines of text-align: left;. That's the easiest way to do it.
JSWolf is online now   Reply With Quote