> 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
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"TiddlyWiki" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/TiddlyWiki?hl=en
-~----------~----~----~----~------~----~------~--~---