I have this:
<ul><?php the_category('<li>','</li>'); ?></ul>
However it does not place a bullet before the first item. How come?
I have this:
<ul><?php the_category('<li>','</li>'); ?></ul>
However it does not place a bullet before the first item. How come?
i think that your css who hide it,
or use this (this is just exemple):
ul li {
list-style:disc inside none!important;
}
Try to work in firefox, and install the firebug, it will help you a lot especially if you'r beginner in css.
Good luck
This topic has been closed to new replies.