I would like to use in a specific place a specific bullet style with a specific color.
Currently I'm using:
<SPAN style="COLOR: #DD440F;FONT-FAMILY: Wingdings;mso-fareast-font-family: Wingdings;mso-bidi-font-family: Wingdings">v</SPAN>fdsfdsfds<br>
You can see it in my website under "Main Menu" (on the left side of the page).
But I would like to use it as a bullet, like in this example:
<UL TYPE="square">
<LI><A HREF="Business_Plan.htm">Business Plan</A> <BR><BR>
<LI><A HREF="Financing_Resources.htm">Finance
<LI><A HREF="Networking.htm">Business Connections (Networking)</A> <BR><BR>
<LI><A HREF="Time_Management.htm">Effective Time Management</A> <BR><BR><BR><BR>
</UL><BR>
What should I put instead of "squre"?
Do I have to add anything in style.css file? If yes what?
Thanks,
Assaf