Thanks, Alex,

Your suggestions worked well.

Cheers,

Eric.

On Nov 16, 2:11 pm, Alex Hough <[email protected]> wrote:
> Hi Eric,
>
> To change the color you need to add some CSS to the StyleSheet tiddler.
> Doing this over-rides the default settings in StyleSheetLayout and
> StyleSheetColors.
>
> You need to select the links, which if you look at them using Firebug [1] or
> look in StyleSheetColors (a 'shadow tidder to be found under 'more' in the
> sidebar). The following if added to the StyleSheet will turn links red and
> remove underlining from external links;
>
> .tiddlyLinkExisting {
> color:red;
>
> }
>
> .externalLink {
> text-decoration:none;
>
> }
>
> For more info, Morris Grey's site is pretty good for color [2]
>
> enjoy
> Alex
>
> [1]http://getfirebug.com
> [2]http://twhelp.tiddlyspot.com/#CSS
>
> 2009/11/16 kofoid <[email protected]>
>
>
>
>
>
>
>
> > When I create a link using the [[ | ]] formatting method, I find that
> > I cannot color the link. That is, @@color(blue): [[ myText |
> > "http:my.link.domain" ]]@@ has no effect, even though other formatting
> > tricks, such as '' [[ myText | "http:my.link.domain" ]]'', do produce
> > their intended effects.
>
> > Can someone help me with link coloring?
>
> > Also, if there is a way of doing this, is there a way to turn off the
> > automatic underlining of such links?
>
> > Cheers,
>
> > Eric.
>
> --http://www.multiurl.com/g/64
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to