Quote:
I don't understand CSS or html or any other programing. Please tell me slowly, step by step.
|
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;.