CSS to control the bullet style in bulleted lists
To change the bullet style the browser uses to display bulleted lists, try adding this in the <HEAD> </HEAD> section of your template:
<STYLE> UL { list-style-type:square } </STYLE>
Use disc, circle, square or none for the types.
[Previous] [Home] [Next]