Help - Search - Members - Calendar
Full Version: Link Color in Email with HTML?
HTMLHelp Forums > Web Authoring > Markup (HTML, XHTML, XML)
ThisIsHelp
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?
ThisIsHelp
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>
Barthal
Use inline for emails.
<a href="#" style="color: #009900;">link</a>
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2024 Invision Power Services, Inc.