Quote:
Originally Posted by mrmikel
Put the margins in the css thus:
p
{
text-indent: 1.5em ;
text-align: left;
margin-top:0;
margin-bottom:0;
margin-left: 1.5em; margin-right: 1.5em }
That should work.
|
But only for side margins, and you'd have to do the same with h1-h6, div, blockquote...