> How do I give one of the links (wiki articles) a custom color?
> I tried the code below, but it doesnt work:
> @@bgcolor(#ff0000):color(#ffffff): [[SpecialIndex]]@@
> I'd like to have the tiddler SpecialIndex to have a different color.
create a custom CSS class definition in your [[StyleSheet]], like
this:
.specialLink a { background-color:#f00; color:#fff; }
then in your tiddler content, write:
{{specialLink{[[SpecialIndex]]}}}
enjoy,
-e
Eric Shulman
TiddlyTools / ELS Design Studios