【发布时间】:2019-11-20 20:59:24
【问题描述】:
a.special:visited {color: #FFFFFE; text-decoration-color: #DA4B26 !important; }
我在这里挣扎。我正在处理电子邮件签名,但是当它输入到 Gmail 时,会添加下划线。上面的文字在头上。难道我做错了什么?我怎样才能解决这个问题?
<a class="special" href="https://www.quickreview.co/modplumb/" style="text-decoration:none; border:none; color:#FFFFFE; padding-left: 50px; padding-right: 50px;" class="reviewmgr-button" data-content="Review Us" data-replace="true">
【问题讨论】:
-
检查这个。 Gmail 相当强硬,忽略了一些 css 样式。 medium.com/@andreaolivato/…
-
我会先使用开发工具找出下划线的实际来源。
标签: html css html-email