Quote=<Voytek>

but, get an extra line, do I still use <br> ?


Short grubby answer, yes.

Longer but cleaner answer, no.

Use a cascading style sheet and set the top/bottom-padding for the paragraph,
e.g


<head> ...

<style>
  p { bottom-padding: 10px; }
</style>
...
</head>


Try http://www.csszengarden.com

HTH

P.
--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html

Reply via email to