How can i eliminate underlines on non

I know outlook (word) adds tags to links, and I know there are a few ways via CSS to override this (both in the style tags in the header, and in the a href).

But these tags are ignored, edited and/or just don't work.

In this case, outlook and aol mail clients seem to add an underline in a url that is NOT wrapped in an href.

Even if I apply a SPAN tag, and declare text-decoration: none, the underline shows up.

Any suggestions how to eliminate this?


span{
text-decoration:none;
}
.link{
text-decoration:none;
}
<span><a href="#" >LinkA</a></span>
<span><a class="link" href="#" >LinkB</a></span>
链接地址: http://www.djcxy.com/p/74622.html

上一篇: 删除Gmail上的链接的蓝色下划线

下一篇: 我如何消除非强调