When using VML to create nicely looking buttons even on Outlook (such as Bulletproof email buttons | Campaign Monitor ), the href are not automatically replaced by a branded link.
This idea is that in a code like this one:
<div>
<!--[if mso]>
<v:roundrect xmlns:v="urn:schemas-microsoft-com:vml" xmlns:w="urn:schemas-microsoft-com:office:word" href="http://www.domain.com/mylp.html" style="height:40px;v-text-anchor:middle;width:148px;" arcsize="8%" stroke="f" fillcolor="#333333">
<w:anchorlock/>
<center>
<![endif]-->
<a href="http://www.domain.com/mylp.html" style="font-size: 18px; font-family:'Gotham-bold','Gotham',Arial,sans-serif; font-weight: bold; color: #ffffff; text-decoration: none; display: inline-block; background-color:#333333;border-radius:3px;color:#ffffff;display:inline-block;font-family:sans-serif;font-size:18px;font-weight:bold;line-height:40px;text-align:center;text-decoration:none;width:148px;-webkit-text-size-adjust:none;">Special Offers</a>
<!--[if mso]>
</center>
</v:roundrect>
<![endif]-->
</div>
both href should be replaced by a URL to Marketo click tracking server.
-Greg
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.