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