CarlsDad
02-25-2006, 11:13 AM
Since I have my P margins set to 0 to avoid the extra spacing of paragraphs, I am looking for the best approach to put that extra spacing between Paragraphs when it is desired. I am torn between the 2nd and 3rd option.
Any suggestions?
-----------------------
<p> My text </p>
<p> </p>
<p> More text </p>
---------------------------
<p> My text </p>
<br />
<p> More text </p>
-------------------------
<p> My text </p>
<p style="margin-top:20px"> More text </p>
Any suggestions?
-----------------------
<p> My text </p>
<p> </p>
<p> More text </p>
---------------------------
<p> My text </p>
<br />
<p> More text </p>
-------------------------
<p> My text </p>
<p style="margin-top:20px"> More text </p>