All I get is a lil circle out line, but not my image. :S
It's probably me...Idk what I'm doing.
I pasted the code and it looks at me. :<
<menu>
<head><link rel="stylesheet" href="new 3.css"/></head>
<li> Example Bullet text and link</li>
</menu>
<style>
ul
{
list-style-type: none;
padding: 0px;
margin: 0px;
}
.Handdrawn li
{
background-image: url='test/images/bullet.png';
background-repeat: no-repeat;
background-position: 0px 0px;
padding-left: 35px;
}
</style>
In that it shows the folder to the website itself in the path, I also test w/o the folder in the path and still didn't work... D:

@Odinbc: Ahh I found it, thank you!
