Question
I want to color the bullets and sub-bullets in my lists. I'm using Twiki bullets.
I saw that bullet was a variable. Am I able to change the color of the Twiki bullets somewhere?
If not, how would I go about setting up my Twiki to use the colors I want (rather than the black bullets). I tried encoding HTML around the bullet but of course it just made a colored asterisk. I don't really want to do that anyway, because I want bullet colors to be set up according to my designation, all across our webs.
Thanks. I'm sure I'll be back to ask more questions.
Environment
--
LisaAkari - 11 Jan 2006
Answer
If you answer a question - or someone answered one of your questions - please remember to edit the page and set the status to answered. The status selector is below the edit box.
Did you try some CSS wizardry?
<style>
.twikiTopic ul,
.twikiTopic ol {
margin-top:0;
list-style-image:url(%ATTACHURLPATH%/list_style_image.gif)
}
</style>
Not elegant, but works.
--
FranzJosefSilli - 11 Jan 2006
Well I've tried some other wizardry, but not your wizardry.

Thanks - I will try it.
--
LisaAkari - 16 Jan 2006