How do I set the link color? For example: {Email:5}
How do I set the link color? For example: {Email:5}
I'm assuming you mean in the notification emails. Styling HTML emails is something that is difficult because there are so many inconsistencies between mail clients. Some actually override link color rules but you can try including an style block with a declaration.
<style type="text/css">
a {color:#ff0000}
</style>
Here's some more info on styling HTML emails
http://www.campaignmonitor.com/css/
http://articles.sitepoint.com/article/code-html-email-newsletters
http://thinkvitamin.com/design/html-emails-taming-the-beast/
I did that one already, but previewed on Gmail, whom I guess has had a change of plan.