One easy way to clean up the code is to remove the junk such as <p class="indent"> and replace it with <p> and make sure <p> is defined properly in the CSS. However, you will then have to (most likely) add a text-indent of 0 to to the classes that use a center or are made for a nonindent.
|