Replacing Your Standard Bullets With Graphic Bullets
Posted Friday, February 6, 2004
You can use graphic bullets to replace the standard text bullets by using the "Definition List" tag. <DL>
Example:
<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>
<DD><IMG SRC="yourimage.gif">List Item four</DD>
</DL>