Forum Moderators: not2easy
I think that is one that has not been figured out. If I'm not mistaken, there was another thread on this in the past 30 days. I believe the answer was to use an image instead of the bullet as a means of controlling the space.
I've found myself using <ol> more due to lists with more than 5 items. Clients seem to appreciate the instruction to visit link #12 on such and such a page.
ul { margin-top:0em; margin-bottom:0em; margin-left:1.3em; margin-right:0em; list-style-image: url("bullet.gif")}
li {font-size: 90%; color: #ffffff;}
So, its not possible to reduce the gap between bullet and text? I see that I could increase it by adding blank space into my image, but can it be reduced?