image as a list item marker
image as a list item marker
<html> <head> <style type="text/css"> ul { list-style-image: url("pointer.gif") } </style> </head> <body>
<ul> <li>item 1</li> <li>item 2</li> <li>item 3</li> <li>item 4</li> </ul>
</body> </html>
Bookmark It
























