Quote:
Originally Posted by Sarmat89
People are using div's because it prevents empty lines between paragraphs.
|
That's rubbish. You can use <p> without any paragraph spaces.
CSS for <p>
Code:
p {
margin-top: 0;
margin-bottom: 0;
widows: 1;
orphans: 1;
text-indent: 1.2em;
}