PDA

View Full Version : picture Bullets with style


Squintz
08-05-2002, 07:19 PM
whats the code to make <bl> or whatever the bullet tag is to a picture...

What i mean is i have a picture and i want to make it so that whenever i typr <bl> it displays it as a bullet

Roy Sinclair
08-05-2002, 08:35 PM
<style type="text/css">
ul { list-style-image: url("URL of your image goes here ") }
</style>