Latest Lists

What is an html code that changes the bullets for a list to something other than a plain little dot?

I need an html code that places bullets, but makes the bullet something different than a regular dot. I already have the code for it. I'm just tired of the same bullet on my webpage, and want something else.

Public Comments

  1. Take a look here : http://www.htmlgoodies.com/tutorials/getting_started/article.php/3479461
  2. try setting the style: <ul style="list-style-image:url(someimage.gif)"> <li>1</li> <li>2</li> </ul> this would change the rendering of regular dots to the gif file that u specify in list-style-image.
Powered by Yahoo! Answers