Quote:
Originally Posted by JSWolf
<p>
<p class="noindent">
<p class="spacebreak">
p {
margin-top: 0;
margin-bottom: 0;
text-indent: 0 1.2em
}
.noindent {
text-indent: 0
}
.spacebreak {
margin-top: 2em;
text-indent: 0
}
There you go; indented, not indented and even a section break.
|
Yay!!
Exactly....
You only need special classes for paragraphs that are...well....special. Anything else is unnecessary and bloat.