|
|
Replacing Your Standard HTML List Bullets With Graphic Bullets - HTML
|
Views : 523
|
|
Tagged in : HTML
|
|
|
Report This Scrap as Inappropriate We request you to choose the appropriate categroy and subcategory that suits your
objectionable concern about the scrap, So that our team can review and find out whether it violates our Guidelines or the
scrap is not suitable for all viewers.
|
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> |
|
By sabitha, On - 2010-09-20 |
|
|
|