View Single Post
Old 05-08-2009, 04:04 AM   #1 (permalink)
rawkinrich
Noogle
 
Join Date: May 2008
Posts: 13
Thanks: 0
Thanked 2 Times in 2 Posts
rawkinrich is on a distinguished road
Coding an HTML email, Gmail automatically converts links?

Hi all,

I am coding an HTML email, and testing it in email clients. All are fine, apart from Gmail. If I have this code:

Code:
<a href="[example-tracking-code]"><font style="color: #ff0000; font-size: 12pt;">MyDomain.com</font></a>
or even:

Code:
<a href="[example-tracking-code]" style="color: #ff0000; font-size: 12pt;">MyDomain.com</a>
Gmail sees that MyDomain.com is the anchor and automatically strips the tracking code out and puts the link as blue (the default colour?). Other email clients are fine.

Any advice on this guys?

Thanks all
rawkinrich is offline   Reply With Quote
The Following User Says Thank You to rawkinrich For This Useful Post:
[ugly_cat] (05-14-2009)