I am trying to design an email using inline styles. No problem of course except when link tracking: The link I want is as follows:
<a href="http://www.mydomain" style="color: #fff; font-family: Lucida Grande, Arial, Helvetica, Geneva, Verdana, sans-serif; font-size:11px; text-decoration:none;">Go to Web Site</a>
But I cannot work out how to do this using link Tracking.
I think inline styles are the way to do this most reliably as I have deconstructed a dozen or so email from big companies and this is how they do it. Would a set of css styles (id or classes) within the head of the html work reliably? Some documents I have read on this suggest they won't.
Any help really appreciated.
JAC