我正在设计一个新的电子邮件签名,每当我从苹果邮件中转发或回复该邮件时,它就会变成蓝色。
我可以在苹果邮件里看到蓝色的,也可以在f.i看到。在gmail里。因此,这不是苹果邮件显示链接蓝色的问题,而是将其变成蓝色的问题。
下面是一个示例代码,内联和格式化以提高可读性。
<p style="font-size: 15px; line-height: 18px;">
<a
href="http://example.com"
x-apple-data-detectors="true"
style="font-size: 15px;
line-height: 18px;
color: #000000 !important;
text-decoration: underline !important;
text-decoration-color: #000000 !important;
pointer-events: visible;">
www.example.com
</a>
</p>到目前为止我尝试过的是:
在types
spans。
x-apple-data-detectors设置为true和false
<meta content="email=no" name="format-detection">也适用于其他链接
我找不到很多关于x-apple-data-detectors的信息,我想知道是否有更好的方法来调试它们。
非常感激的帮助。
https://stackoverflow.com/questions/71176373
复制相似问题