> > > Under IE I used two <BR> element to separate <LI> elements i.e. to
> generate
> > >
> > > a single line space
> >
> > <br />
> >
>
>
> Thanks
>
> I thought I had read somewhere that <BR> was to be phased out - but maybe
> they meant only <BR/> would be valid.
>
> Assuming <BR/><BR/> in code, any idea what causes a single line space to
be
> generated in IE and a double line space in Mozilla?
>
I would use <br />
notice the space between the tag. this will allow some browsers that
interpret <br/> as invalid.
Also if you are using XHTML, tags are to be lower case.
check out HTML Tidy and it will fix most of these thing.
(linked from the w3c.org site)
Douglas