The Web Design Group

... Making the Web accessible to all.

Welcome Guest ( Log In | Register )

> Link Color in Email with HTML?
ThisIsHelp
post Dec 22 2010, 01:42 PM
Post #1





Group: Members
Posts: 3
Joined: 22-December 10
Member No.: 13,446



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?
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
 
Reply to this topicStart new topic
Replies(1 - 2)
ThisIsHelp
post Dec 22 2010, 01:49 PM
Post #2





Group: Members
Posts: 3
Joined: 22-December 10
Member No.: 13,446



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>
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
Barthal
post Dec 24 2010, 06:11 AM
Post #3


Member
***

Group: Members
Posts: 50
Joined: 22-November 10
Member No.: 13,209



Use inline for emails.
<a href="#" style="color: #009900;">link</a>
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post

Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 



- Lo-Fi Version Time is now: 26th April 2024 - 04:44 PM