【发布时间】:2021-09-12 13:01:42
【问题描述】:
我尝试了几种方法来更改链接的颜色,但都不起作用。这些是我尝试过的:
它们都不起作用,链接的颜色仍然是蓝色。 如何将蓝色覆盖为我自己的颜色?
<span style="text-decoration: none; color: #959595">www.xyz.com</span>
<span style="text-decoration: none !important; color: #959595 !important">www.xyz.com</span>
<font style="text-decoration: none; color: #959595">www.xyz.com</font>
【问题讨论】:
-
您没有链接。你有跨度。他们都是灰色的
-
另外,
font是一个过时的元素,不应再使用。
标签: html css html-email