Bullets

Main >> Content >> Tutorials >> HTML >> Bullets

Bullets looks great and makes your links/text more organized. It also looks great as a menu.
Step 1: Start by copying the code under and paste it in your CSS. Where it says BULLET URL you have to paste the URL of the bullet you want to have on the list.
li {
list-style-image:url(BULLET URL);
margin: 0 0 0 2px;
}

Step 2: Then copy the code under and paste it in a textbox or HTML box on your page. You can change th place that says TEXT, here you can also put the link code if you want it to be a menu.
<ul>
<li>TEXT</li>
<li>TEXT</li>
<li>TEXT</li>
</ul>

Step 3: Now you're done and your list should look something like mine: