I don't use any sort of space between paragraphs. I don't like them. The indent or the section break tells me I'm on the next paragraph. Besides, Sincee I can read the paragraph with no space, then I don't need the space between paragraphs.
This is the CSS code I use.
Code:
p {
margin-top: 0;
margin-bottom: 0;
widows: 1;
orphans: 1;
text-indent: 1.2em;
}
As for line height, that goes. I find it really annoying. a height of 1.8 is ridiculous (IMHO).