- <style type="text/css">
ul.pic {list-style-image: url('reedbullet.gif')}
</style>
That's what you put in the heading. Then, in the text, you'll put:
- <ul class="pic">
<li> This is the first item. I made this one longer so you could see what happens with a very long list item. Notice that the bullet works exactly like an ordinay bullet, signalling the beginning of the list item.</li>
<li> This is the second item</li>
<li> This is the third item</li>
</ul>
| And here's what you'll see
- List item 1. I made this one longer so you could see what happens with a very long list item. Notice that the bullet works exactly like an ordinay bullet, signalling the beginning of the list item.
- List item 2
- List item 3
|