Link to home
Start Free TrialLog in
Avatar of danw95
danw95

asked on

Custom bullets

Hi,
What is the command to designate my own graphics as  the bullets used in a list?
Is the list format the best for an index page where the various sub pages are going to be accessed by clicking on those "graphic bullets"?

Daniel
ASKER CERTIFIED SOLUTION
Avatar of slinky
slinky

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of martinag
martinag

slinky's code could be shortened to
<a href="link1.htm"><img src="bullet.gif" alt="link1" border="0"> Link 1</a>
<br>
<a href="link2.htm"><img src="bullet.gif" alt="link2" border="0"> Link 2</a>

Martin
Go take a look on how M$ is doing their Workshop site
http://www.microsoft.com/workshop

and click on any item there.  The TOC will be displayed with custom images.  CSS is nice :)