Quote:
Originally Posted by theducks
K.I.S.S.
Give the <Body>, the basic paragraph style ( default class)
Give separate classes to the exceptions ONLY.
<p class="noindent"> blah blah with indent at Zero</p>
<p> more blahs, with the normal indent</p>
|

d'oh
This is what happens when you improvise book formatting with no knowledge of html/css whatsoever
Thanks a lot for the tip!