Nov 9, 2004 #1 sthmpsn1 MIS Sep 26, 2001 456 US When you create an html list it indents the list. how can I stop it from indenting?
Nov 9, 2004 #2 chessbot Programmer Mar 14, 2004 1,524 US 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 Upvote 0 Downvote
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