/ Published in: CSS
This is how I like to do my ULs
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
ul {list-style:none; margin:5px 0 0 0; padding:0;} ul li {background:url(images/bullet669834.gif) no-repeat 5px 5px; padding-left:15px; margin-bottom:5px; }