how to show bullets inline?
-
I don’t like having just spaces between my categories because they are a list and grammatically speaking inline lists should have commas, right? So I made a bullet with a comma on it, and changed the code to:
.meta ul
{
display: inline;
margin: 0;
padding: 0; list-style-image:url(http://paige.blogthing.com/static/wp-style/images/comma.gif);
}
But the comma isn’t showing. Would one of you CSS gurus help me out?
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
The topic ‘how to show bullets inline?’ is closed to new replies.