我正在尝试设置一个带有按钮作为主要链接的 html 电子邮件模板
我在一个全新的 .html 文档(如下所示)上使用了Campaign Monitor - Bulletproof 电子邮件按钮按钮生成器中的默认代码,但是当我发送电子邮件时它不起作用,按钮显示完美但你不能点击它。
该按钮在 chrome 浏览器中表现完美,但似乎在其他任何地方都不起作用?
我弄乱了一些代码,但老实说不知道从哪里开始,也找不到任何处于相同位置的人
也许这些按钮只能在 CM 广告系列中使用?
非常感谢任何帮助,乔希
代码在这里:
<html>
<head>
<title>Email button test</title>
</head>
<body>
<table>
<tr>
<td>
<div><!--[if mso]>
<v:roundrect xmlns:v="urn:schemas-microsoft-com:vml" xmlns:w="urn:schemas-microsoft-com:office:word" href="https://" style="height:40px;v-text-anchor:middle;width:200px;" arcsize="10%" strokecolor="#1e3650" fill="t">
<v:fill type="tile" src="https://i.imgur.com/0xPEf.gif" color="#556270" />
<w:anchorlock/>
<center style="color:#ffffff;font-family:sans-serif;font-size:13px;font-weight:bold;">Show me the button!</center>
</v:roundrect>
<![endif]--><a href="https://"
style="background-color:#556270;background-image:url(https://i.imgur.com/0xPEf.gif);border:1px solid #1e3650;border-radius:4px;color:#ffffff;display:inline-block;font-family:sans-serif;font-size:13px;font-weight:bold;line-height:40px;text-align:center;text-decoration:none;width:200px;-webkit-text-size-adjust:none;mso-hide:all;">Show me the button!</a></div>
</td>
</tr>
</table>
</body>
</html>