>
> Tiddly links like [[Displayed  text|TiddlerName]] are typeset in blue 
> color and in in bold face (if tiddler exists). Once in a while I would like 
> to set text in red for important links. I tried the obvious 
> @@color:red;[[Text|Link]]@@ but it did not work.
> Surprisingly though, I can successfully change background color this way: 
> @@background-color:red;[[Text|Link]]@@
> How can I change link's *foreground* color?
>

In [[StyleSheet]] add a new CSS class definition, like this:
   .redlink a {color:red;}

Then, in your tiddler content, write:
   {{redlink{[[text|link]]}}}

enjoy,
-e
Eric Shulman
TiddlyTools / ELS Design Studios

HELP ME TO HELP YOU - MAKE A CONTRIBUTION TO MY "TIP JAR"...
   http://www.TiddlyTools.com/#Donations

Professional TiddlyWiki Consulting Services...
Analysis, Design, and Custom Solutions:
   http://www.TiddlyTools.com/#Contact

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to