链接html时不带下划线(文本装饰:无效)

时间:2019-12-02 13:58:09

标签: html hyperlink signature underline text-decorations

编写html签名,“文本装饰:无;” (应用于一个链接)仅在使用浏览器打开html文件的情况下有效。如果我尝试发送带有签名的电子邮件,则下划线会返回。

这是我的代码:

<a href="Link to the site"style="text-decoration: none; color:#C45911">https://Link </a>

1 个答案:

答案 0 :(得分:0)

我猜text-decoration: none属性可以正常工作。有两个可能的问题: 1:其他样式表正在更改a:link的属性 2:如果您使用的是诸如react之类的框架,则先对angular的css进行编译,然后再应用其他css文件。 您可以使用a:link在Chrome上检查哪个CSS文件正在更改ctrl+alt+c标签的属性,然后单击链接顶部