Quote:
Originally Posted by Algiedi
I might have misunderstood the issue but if I didn't, then I guess you could scrap the p {...} bit from the css, and give classes to ALL your paragraphs, with the "regular" text as p.indent, and notes/index/glossary whatever as p.noindent.
That should take a few seconds and you'll have absolute control over everything.
Or am I going about this in a weird way?
|
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>