Under IE I used two <BR> element to separate <LI> elements i.e.  to generate
a single line space

However under Mozilla this generates two lines spaces. Since <BR> is not
well formed what should I use to generate single line spacing?


<HTML>
<BODY  >
<LI>item1</LI>
<BR><BR>
<LI>litem2<LI>
<BR><BR>
<LI>item3</LI>
</BODY>
</HTML>



Reply via email to