Hi Dave

>All I would really like to do is have all the external links inside a
> tiddler tagged suchandsuch to be a certain color.

You can do it in your StyleSheet tiddler - like this:

div[tags~="redLink"] a.externalLink{
 text-decoration: none;
 color:red;
 padding-right: 1em;
 background: transparent;
}

div[tags~="redLink"] a.externalLink:hover{
 text-decoration: underline;
}

Here is my testexample (also with wikipedia-like links):
http://begynder.tiddlyspot.com/#TestLink%231%20TestLink%232%20TestLink%233

Cheers Måns Mårtensson

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to tiddlywiki@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.

Reply via email to