Yep, using <br /> will add a page break, and is completely valid. The other option is to use a style to add padding to the bottom of the paragraph, but using the <br /> is more than sufficient!
Rob. On Mon, 14 Feb 2005 13:04:54 +1100 (EST), Voytek <[EMAIL PROTECTED]> wrote: > > <quote who="Gavin Carr"> > > On Fri, Feb 11, 2005 at 12:03:12PM +1100, Voytek wrote: > > >> but, then I need to insert '<br><br>' after every paragraph > > > > No, you need to wrap <p> </p> around every paragraph, and end up > > with nice compliant xhtml. This is the 21st century, after all. ;-) > > thanks, Gavin, <p> </p> worked good. > > but, get an extra line, do I still use <br> ? > > -- > Voytek > -- > SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/ > Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html > -- Rob Sharp e: [EMAIL PROTECTED] w: quannum.co.uk j: [EMAIL PROTECTED] -- SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/ Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html
