我试图在VML中为电子邮件创建一个按钮,但是当我点击它时,颜色会变为我设置为背景图像的颜色的反转。如何将其设置为我设置的颜色(作为onclick功能或类似功能)或仅删除颜色变化?
<div><!--[if mso]>
<v:roundrect xmlns:v="urn:schemas-microsoft-com:vml" xmlns:w="urn:schemas-microsoft-com:office:word" href="#" style="height:40px;v-text-anchor:middle;width:200px;" stroke="false" fill="t" fillcolor="#652D89">
<v:fill type="solid" color="#652d89" /></v:fill>
<w:anchorlock/>
<center style="color:#0000ff;font-family:Verdana;font-size:13px;font-weight:bold;">This is a button!</center>
</v:roundrect>
<![endif]-->
<a href="#" style="background-color:#652d89;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;">This is a button!</a></div>
答案 0 :(得分:0)
尝试删除此内容:<v:fill type="solid" color="#652d89" /></v:fill>
。我不认为纯色按钮需要它。这可能是原因......
仔细查看buttons.cm
上的示例