Quote:
Originally Posted by hleo12
Code:
p {
text-align: justify;
text-indent: 1.5em;
line-spacing: 100%;
margin: 0 0;
}
p.first {
text-align: justify;
text-indent: 0em;
line-spacing: 100%;
margin: 0 0;
}
|
Probably not the cause of your problem, but line-spacing is not a CSS property.