Hi. I'm having a problem with an email cta button link(s) not getting tokenized with the mkt_tok parameter. The button also has a VML backup for Outlook. The text links in the email pick up mkt_tok just fine. It's just the button urls for some reason.
Button code:
<!--[if mso]>
<div>
<v:roundrect href="https://preferences.mybrand.us/Survey.html" style="height:30px; v-text-anchor:middle; width:200px;" arcsize="100%"
strokecolor="#153F6C" fill="t" fillcolor="#153F6C">
<w:anchorlock />
<center style="background-color:#153F6C; color:#ffffff; font-family:Arial,sans-serif; font-size:14px; line-height:16px;
mso-text-raise:0px; font-weight:700;">Take survey</center>
</v:roundrect></div>
<![endif]-->
<!--[if !mso]><!-->
<div id="button-rad100" class="button-rad100 resp-btn" style="display:table; width:200px; max-width:200px; height:30px;
margin:0 auto; background-color:#153F6C;border-radius:35px;">
<a href="https://preferences.mybrand.us/Survey.html" style="-ms-text-size-adjust:none; display:table-cell;
font-family:'Arial', Arial, sans-serif; font-size:14px;
color:#ffffff; font-weight:700; line-height:16px; margin:0 auto;
text-align:center; text-decoration:none; padding:5px 15px;
-webkit-text-size-adjust:none; mso-hide:all; vertical-align:middle;" target="_blank"><span>Take survey</span></a>
</div>
Any help would be appreciated. Thanks.
Solved! Go to Solution.
Thanks Sanford!
Old post. I'm surprised I missed that one.
Works perfect now! 😁