gpt4 book ai didi

html - CSS 不适用于 Outlook 邮件中的 anchor 标记

转载 作者:太空狗 更新时间:2023-10-29 14:46:07 25 4
gpt4 key购买 nike

应用于 Outlook 中的链接的 CSS 不起作用

HTML:

<tr>
<a href="http://www.google.com" style="color:#FFF;height:40px;width:475px;display:block;"><td style="background-color:#000;height:40px;width:475px;">Click Me</td></a>
</tr>

它只显示指向“点击我”文本的链接而不是所有

注意:它应该显示所有 td 的链接,即宽度:475 和高度:40

请帮帮我

谢谢

最佳答案

您可以使用特定于 outlook 的 HTML 来解决这个问题

<div><!--[if mso]>
<v:rect xmlns:v="urn:schemas-microsoft-com:vml" xmlns:w="urn:schemas-microsoft-com:office:word" href="http://" style="height:40px;v-text-anchor:middle;width:200px;" stroke="f" fillcolor="#556270">
<w:anchorlock/>
<center>
<![endif]-->
<a href="http://stackoverflow.com" style="background-color:#556270;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;">Show me the button!</a>
<!--[if mso]>
</center>
</v:rect>
<![endif]--></div>

另请参阅 http://buttons.cm/用于创建“防弹”电子邮件按钮:)

关于html - CSS 不适用于 Outlook 邮件中的 anchor 标记,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17170079/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com