Tagged Questions

8
votes
11answers
596 views

How can I give each <li> its own bullet image?

I have tried <ul id="contact_list"> <li id="phone">Local 604-555-5555</li> <li id="i18l_phone">Toll-Free 1-800-555-5555</li> </ul> with #contact_list { …