![]() ![]() |
| ThisIsHelp |
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?
|
| ThisIsHelp |
Dec 22 2010, 01:49 PM
Post
#2
|
|
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? 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 |
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> |
![]() ![]() |
|
Lo-Fi Version | Time is now: 19th May 2013 - 04:06 PM |