How do I use an Image for a list item?
September30
You can use the list-style-image property instead of list-style-type for your bullets.This property accepts a URL, which incorporates the path to your image file as a value.
ul{ list-style-image: url(bullet.gif) }