/ Published in: CSS
A helpful article - http://alistapart.com/article/taminglists/
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
ul li { list-style-type: disc; list-style-image: url(bullet.gif); list-style-position: inside; margin-left: 0; padding-left: 1em; text-indent: -1em; }