Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

left margin problem with lists in Netscape

1 view
Skip to first unread message

Glen Boese

unread,
Jul 22, 1998, 3:00:00 AM7/22/98
to
I'm using the unordered list tag (<UL>) to display a list of items that I
want to have no left margin (i.e. the same left margin as the body) and no
bullets. The following sample HTML works fine in IE 4.01, but the left
margin style seems to have no effect in Netscape 4 (or 4.5):

<HTML>
<HEAD>

<style TYPE="text/css"><!--

UL { margin-left: 0px; }

LI { list-style-type: none; }

--></style>

</HEAD>

<BODY>

<UL>
<LI><A HREF="Products.htm">Products</A></LI>
<LI><A HREF="Services.htm">Services</A></LI>
</UL>

</BODY>
</HTML>


Has anyone found a work-around to this problem? I need a solution that works
in both IE and Netscape.

Thanks.
Glen


0 new messages