You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to tiddl...@googlegroups.com
Hi,
I've got a table containing links to various tiddlers which all render as the default blue colour. Is it possible to change the link colour just in the table?
Thanks Jon
RichardWilliamSmith
unread,
May 29, 2015, 7:31:34 PM5/29/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to tiddl...@googlegroups.com
Hi Jon,
You can define a class, like this
.linkcolorclass a.tc-tiddlylink-missing {
color:red;
}
in a tiddler with the tag $:/tags/Stylesheet and then use it on your table like this
|linkcolorclass|k
|hi|there|
|[[folks]]|!|
Regards,
Richard
Jon
unread,
May 30, 2015, 2:38:45 AM5/30/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to tiddl...@googlegroups.com
Hi Richard,
I was trying to do this all last night without success - thanks very much!