<p>
<p class="noindent">
<p class="spacebreak">
p {
margin-top: 0;
margin-bottom: 0;
text-indent: 1.2em
}
.noindent {
text-indent: 0
}
.spacebreak {
margin-top: 2em;
text-indent: 0
}
There you go; indented, not indented and even a section break.
Last edited by JSWolf; 04-05-2013 at 12:10 PM.
|