Forward email Makreto button not working in Outlook
Hi,
When we are forwarding an email to outlook the CTA button in that email not working, the url is not working, but when we forwarding same email to gmail the button working fine. below is the button code of marketo module that we make.
<table class="mktoModule section" mktoname="Button" id="headerTextWithCTA" role="presentation" width="100%" border="0" cellspacing="0" cellpadding="0" bgcolor="#ffffff">
<tbody>
<tr>
<td valign="middle">
<div>
<div>
<!--[if mso]>
<v:roundrect xmlns:v="urn:schemas-microsoft-com:vml" xmlns:w="urn:schemas-microsoft-com:office:word" style="min-height:40px;v-text-anchor:middle;width:260px;line-height: 25px;" arcsize="10%" strokecolor="#000099" fillcolor="#ffffff">
<w:anchorlock/>
<center style="color:#000099;font-family:sans-serif;font-size:16px;line-height: 25px;">
<![endif]-->
<div style="background-color:#ffffff; border:2px #000099 solid; border-radius:4px; color:#000099; display:block; font-family:sans-serif; font-size:16px; line-height:20px; text-align:center; text-decoration:none; width:260px; -webkit-text-size-adjust:none; mso-hide:all; padding: 10px 0px; margin: 0px auto;">
<div class="mktoText" mktoname="CTA Button" id="testingmarketocta">
<a href="https://google.com" style="color: #000099; display: inline-block;">Call to Action</a>
</div>
</div>
<!--[if mso]>
</center>
</v:roundrect>
<![endif]-->
</div>
</div> </td>
</tr>
</tbody>
</table>
Regards,
Akshat Goyal