"rvj" <[EMAIL PROTECTED]> wrote in message
936gcd$[EMAIL PROTECTED]">news:936gcd$[EMAIL PROTECTED]...
> > or even better:
> >
> > <HTML>
> > <BODY>
> > <UL>
> > <LI>item1</LI>
> > <LI>litem2</LI>
> > <LI>item3</LI>
> > </UL>
> > </BODY>
> > </HTML>
> >
> > and put the following rule in your stylesheet:
> >
> > LI { margin-bottom: 1em; }
> >
>
> Many thanks - its always the simplest things that are most annoying
>
> PS the <LI>item3<BR /></LI> solution still doesnt seem to work in IE (this
> appears to be an IE bug)
actually it should maybe be:
<li>item3<br /> </li>
(as someone pointed out, xhmlt elements should be in lower case)
/ Jonas Sicking