Hi,
I'm adapting serendipity to a static site. I want to use a list-style to define a bullet image to insert just before my category titles.
How might I go about doing this?
Thanks,
Railer
Inserting a bullet image before category names.
You could add this to your style.css:
More list CSS info here.
Code: Select all
.container_serendipity_plugins_category ul {
list-style-image: disc url(http://server/bullet.img) inside;
}