Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

List indent problem

Status
Not open for further replies.

sthmpsn1

MIS
Joined
Sep 26, 2001
Messages
456
Location
US
When you create an html list it indents the list. how can I stop it from indenting?
 
Code:
<style type="text/css">
<!--

ul {
        padding-left: 0; /* Standards-compliant browsers */
        margin-left: 0; /* MSIE (grrrrr) */
        }

-->
</style>

--Chessbot

"See the TURTLE of enormous girth!"
-- Stephen King, The Dark Tower series
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top