Thank you. True about swapping images. I'm actually looking for a code work-around that'll
prevent the email from breaking when the large images sneak in. This problem does come up...
I removed the "display:none" from the tag along with the custom class, so the tel: link was rendering in the email. Having the custom class before the "mktNoTrack" class was the pr...
The CSS class was being used to suppress the phone link in non-mobile clients through a media query. Thus the display:none in the link. There is a second non-link phone # displayed...
Hi SanfordThanks for the quick response.Here is the HTML. Email was approved<a class="click-to-call mktNoTrack" href="tel:+18777525933" style="text-decoration:none; outline:none; c...