Replacing Your Standard HTML List Bullets With Graphic Bullets
by sabitha[ Edit ] 2010-09-20 18:22:51
If you're looking for a way to spice up your HTML list bullets, this HTML tip is for you. You can use graphic bullets to replace the standard text bullets by using the "Definition List" tag.<DL>
The key to using this technique effectively is to select or create a small graphic that will compliment your list text and enhance your visitors experience on your web site.
<DL>
<DD><IMG SRC="yourimage.gif">List Item One</DD>
<DD><IMG SRC="yourimage.gif">List Item Two</DD>
<DD><IMG SRC="yourimage.gif">List Item Three</DD>