gpt4 book ai didi

android - Android Outlook 应用程序中的 HTML 电子邮件链接变蓝

转载 作者:行者123 更新时间:2023-11-28 04:20:25 28 4
gpt4 key购买 nike

我的 html 时事通讯中有两个链接,无论我做什么,它们都会变成默认的蓝色。任何人都知道任何修复。

<span> , <font><strong>标签是我读过的所有修复程序,但似乎都不起作用。

Blue Links

a {font-family:'Roboto', sans-serif, Helvetica, Arial !important; font-size:16px; color: #EF8152 !important;; font-weight:300; text-decoration: none;}
<a href="#" style="margin:10px 0px 40px 0px; font-family:'Roboto', sans-serif, Helvetica, Arial !important; font-size:1em; color: #EF8152 !important; color: #EF8152; font-weight:300; line-height:1.0em; font-size:1em; text-align:center;">
<span style="color:#EF8152 !important; color: #EF8152;">
<font color="#EF8152">
<strong style="text-decoration: none; color: #EF8152 !important; color: #EF8152;">
View in web browser.
</strong>
</font>
</span>
</a>

最佳答案

这是为链接添加样式的 Outlook 应用程序的前身。这也是 Windows 10 上的一个问题,我相信 Comcast 电子邮件。

尝试在您的 CSS 中添加这段代码

a:link, span.MsoHyperlink {
mso-style-priority:100 !important;
color:#000000 !important;
color:#000000;
text-decoration:none !important;
}

关于android - Android Outlook 应用程序中的 HTML 电子邮件链接变蓝,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42233562/

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