|
Hi,
Is there a web site that has code for different styles of list to
look at and use the code.
I have a numbered list that I need to change to a bullets
list and make the bullets larger
Heres the code.
<div class="orderedlist">
<ol type="3" compact="">
<li>
<p>item 1</p>
</li>
<li>
<p>item 2</p>
</li>
<li>
<p>item 3</p>
</li>
</ol>
</div>
Gary
|