gpt4 book ai didi

html - 没有图像的 outlook 中的圆 Angular

转载 作者:技术小花猫 更新时间:2023-10-29 11:57:59 25 4
gpt4 key购买 nike

我可以在许多客户端中创建圆 Angular

style="-moz-border-radius: 15px; border-radius: 15px;"

但是,此 CSS 不会在 Outlook 中创建圆 Angular 。有什么简单的方法可以在 Outlook 中创建没有图像的圆 Angular 吗?

最佳答案

此代码使用 Outlook 条件注释 () 和 VML 在 Outlook 2010 中生成带圆 Angular 的按钮:

    <div>
<!--[if mso]>
<v:roundrect xmlns:v="urn:schemas-microsoft-com:vml" xmlns:w="urn:schemas-microsoft-com:office:word" href="http://www.EXAMPLE.com/" style="height:40px;v-text-anchor:middle;width:300px;" arcsize="10%" stroke="f" fillcolor="#d62828">
<w:anchorlock/>
<center style="color:#ffffff;font-family:sans-serif;font-size:16px;font-weight:bold;">
Button Text Here!
</center>
</v:roundrect>
<![endif]-->
<!--[if !mso]> <!-->
<table cellspacing="0" cellpadding="0"> <tr>
<td align="center" width="300" height="40" bgcolor="#d62828" style="-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; color: #ffffff; display: block;">
<a href="http://www.EXAMPLE.com/" style="color: #ffffff; font-size:16px; font-weight: bold; font-family:sans-serif; text-decoration: none; line-height:40px; width:100%; display:inline-block">
Button Text Here!
</a>
</td>
</tr> </table>
<!-- <![endif]-->
</div>

仅在 Outlook 2010 和主要浏览器中测试,未在 OWA、Outlook.com 或任何移动浏览器中测试。值得仔细看看。应得的信用 -- http://www.industrydive.com/blog/how-to-make-html-email-buttons-that-rock/

关于html - 没有图像的 outlook 中的圆 Angular ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7405493/

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