Click to See Complete Forum and Search --> : Anchor tags in emails


jelatin
11-06-2009, 01:12 PM
I've recently built a mass mailer for a project to send out company newsletters via email.

A graphic designer has been passing me PSD's and I slice them and set them up to email. Everything looks fine in web mail clients but desktop mail clients put weird spacing around any image that I have wrapped in an <a> tag.

Anyone know how to fix this? I have already tried adding border="0" to both the image and the <a>, as well as a variety of inline CSS applications, border:0; outline:0; text-decoration:none; padding:0; margin:0;

Nothing has worked so far. Thanks in advance.

jelatin
11-06-2009, 02:50 PM
Removed all the whitespace from the document and it worked. Go go desktop HTML rendering!