View Full Version : arrow bullets


Crissy17
08-04-2005, 11:20 PM
Does anyone know the code for arrow bullets. Here is an example if you don't know what i'm talking about.
http://i2.photobucket.com/albums/y41/crissy17/bullets.jpg
The black arrows in the screenshot^^
Thanks in advance to anyone that can give me the code :)

Zarel
08-04-2005, 11:48 PM
Does anyone know the code for arrow bullets. Here is an example if you don't know what i'm talking about.
http://i2.photobucket.com/albums/y41/crissy17/bullets.jpg
The black arrows in the screenshot^^
Thanks in advance to anyone that can give me the code :)

A link would be much more useful than a screenshot.

Or you could simply look in the source of the page you found that on, that should tell you everything you need to know.

Remember to “Use the Source, Luke.”

onigiri
08-05-2005, 12:37 AM
I think those bullets are actually images, and that person used them as bullets by adding the following code into his CSS stylesheet:

ul, ol {list-style-image: url('arrowbulletgraphic');}

pb&j
08-05-2005, 03:17 AM
or it could simply be...

image text
image text
image text

might not be a "list" at all.

Crissy17
08-05-2005, 11:08 AM
Okay thanks everyone

onigiri
08-05-2005, 10:18 PM
You're welcome! :D