The Wayback Machine - https://web.archive.org/web/20090123225350/http://css.maxdesign.com.au:80/listutorial/02.htm

Tutorial 1 - Background images for bullets

Step 2 - Remove the bullets

To remove the HTML list bullets, set the "list-style-type" to "none".

Go to Step 3 →

CSS CODE
ul
{
list-style-type: none;
}



HTML CODE
<ul>
<li><a href="#">Milk</a></li>
<li><a href="#">Eggs</a></li>
<li><a href="#">Cheese</a></li>
<li><a href="#">Vegetables</a></li>
<li><a href="#">Fruit</a></li>
</ul>
Other Max Design articles and presentations
Associated with webstandardsgroup.org
Morty Proxy This is a proxified and sanitized view of the page, visit original site.