codefox
02-13-2003, 07:15 AM
I have an unordered list as follows:
<UL style="list-style-type: square">
<LI>Item-1</LI>
<LI>Item-2</LI>
<LI>Item-3</LI>
<LI>Item-4</LI>
<LI>Item-5</LI>
</UL>
I would like to have item-3 displayed with the right angle quote (») as the bullet. Any ideas?
I tried using "display: marker" thinking it would help, but didn't work.
Thanks.
<UL style="list-style-type: square">
<LI>Item-1</LI>
<LI>Item-2</LI>
<LI>Item-3</LI>
<LI>Item-4</LI>
<LI>Item-5</LI>
</UL>
I would like to have item-3 displayed with the right angle quote (») as the bullet. Any ideas?
I tried using "display: marker" thinking it would help, but didn't work.
Thanks.