Printable Version of Topic

Click here to view this topic in its original format

HTMLHelp Forums _ Markup (HTML, XHTML, XML) _ Link Color in Email with HTML?

Posted by: ThisIsHelp Dec 22 2010, 01:42 PM

I've been trying to get the link colors to change in my company's custom email templates, but I can't seem to get it to change without using a <Body> tag. Is there any other way I can change the LINK and VLINK colors?

Posted by: ThisIsHelp Dec 22 2010, 01:49 PM

QUOTE(ThisIsHelp @ Dec 22 2010, 02:42 PM) *

I've been trying to get the link colors to change in my company's custom email templates, but I can't seem to get it to change without using a <Body> tag. Is there any other way I can change the LINK and VLINK colors?


Actually nvm, figured it out using CSS.

<style type="text/css">
a:link { color: #009900 }
a:visited { color: #009900 }
a:active { color: #009900 }
</style>

Posted by: Barthal Dec 24 2010, 06:11 AM

Use inline for emails.
<a href="#" style="color: #009900;">link</a>

Powered by Invision Power Board (http://www.invisionboard.com)
© Invision Power Services (http://www.invisionpower.com)