Forum Moderators: not2easy
In the html doc. <li class="gardenveggies"> <a href="MyKitchen1.html">Spaetzle</a></li>
ul.foo { list-style-image: url(foo.png); }
<ul class="foo"> <li>your link here </ul>
Also, put the class on the ul, not the li, so you have less duplication in your HTML.
li.gardenveggies {list-style-image: url("http://myimage.jpg");}
good luck!
[edit]I really do type too slow[/edit]
I don't know what I would do without this forum!