|
You can do the work in two ways:
1. Open /plugins/content/tags.php, about line 100-101,change
</li>';
to
|</li>';
2. Change Css file.
Use Tag's "Template Manager", you can find:
.tag ul li {
display: inline;
list-style-type: none;
background-image: none;
padding: 0 0.5em;
}
and change the style.
I only know a little css, I don't know how to use the css to implement your requirement.
perhaps some others can help you, or you can find the css with Google.
|