Unordered List with Bullet Image
- Want to have a cute customized bullet image for your lists?
- Here's how!
First, of course, you need to use the list code!
<ul>
<li>List list list</>
</ul>
The above code, will be on your actual pages (it makes the list format.) For those of you who are just beginning.
Now, in your css page or in your <head> tags you'll put this code with the URL to the image you want where I've put CAPS.
ul
{
font-size: 10pt;
font-family: Arial;
text-align: left;
list-style-image: url('URLHERE.gif');}





