On Fri, Aug 28, 2015 at 04:52:04AM -0800, Dave Higton wrote:
> On Fri, 28 Aug 2015 12:50:00 +0100 Richard Torrens wrote:
>
> > Doing a list of genealogical notes, I wanted to space them out so there
> > was a blank line between each record. So I replaced each <LI> by <P><LI>.
> >
> > This does not work in Netsurf - but does in Firefox and Chrome
> >
> > Is this a bug?
> >
> > The page in question is
> > www.torrens.org.uk/Genealogy/Torrens/DataScot/sasines.html
>
> <p> opens a paragraph. You need to close it again afterwards with </p>.
>
> Paragraphs are rendered with blank lines between them.
Alternatively, add padding using CSS or use <br />.
B.
No comments:
Post a Comment