I have an unordered list and the bullets are big and clumsy looking. I want to change them without using a gif. How can I do this?
change the size of the bullets in an unordered list using
What's your site's URL? It's kind of hard to imagine exactly what you mean by "big and clumsy".
I believe doing this via CSS would be the way to go. Specify a smaller font size for the <li> tag. Of course, this would affect your type size too, so you could then specify a different font size in a separate tag. Then you would have:
Hope this helps. I'm sure there is an easier way to do this, but I'm not sure what it might be at the moment.
| Code: |
| <ul>
<li><some tag name with different properties>List Item text here.</stnwdp></li> <li><stnwdp>List Item 2 here.</stnwdp></li> etc... |
Hope this helps. I'm sure there is an easier way to do this, but I'm not sure what it might be at the moment.
