Posted by Jonathan N. Little on 05/21/06 16:12
pecan wrote:
> Is there anything wrong with using <BR>? I use it a lot, since it gives a
> different spacing to the </P><P>.
If they are separate paragraphs you should use <p>...</p><p>...</p>. If
you want to adjust the space between paragraphs then you should adjust
the margins via CSS:
P { margin: .25em; }
P { margin: 0 1em; }
--
Take care,
Jonathan
-------------------
LITTLE WORKS STUDIO
http://www.LittleWorksStudio.com
Navigation:
[Reply to this message]
|