Page is a not externally linkable
- Code, Content, and Presentation
-- CSS
---- Remove space from a list


DrDoc - 3:48 pm on May 14, 2009 (gmt 0)


In fact, set the margin and padding to zero for your list item as well.

ul, li {
list-style-type: none;
margin: 0px;
padding: 0px;
}


Thread source:: http://www.webmasterworld.com/css/3913563.htm
Brought to you by WebmasterWorld: http://www.webmasterworld.com