Css 有任何选项可以从html电子邮件的锚中删除下划线

Css 有任何选项可以从html电子邮件的锚中删除下划线,css,outlook,gmail,signature,yahoo-mail,Css,Outlook,Gmail,Signature,Yahoo Mail,这是一个签名,需要删除它,它出现在gmail、yahoo和outlook.com中,并添加了文字装饰:无!重要的;。 它忽略了: .ii a[href] { color: #15c; text-decoration: none !important; } 用gmail。 签名是用outlook创建的。 我想我什么都试过了,但它还是出现了: body { font-family: Tahoma; } p { font-family: Tahoma; } a {

这是一个签名,需要删除它,它出现在gmail、yahoo和outlook.com中,并添加了文字装饰:无!重要的;。 它忽略了:

.ii a[href] {
    color: #15c;
    text-decoration: none !important;
}
用gmail。 签名是用outlook创建的。 我想我什么都试过了,但它还是出现了:

body {
    font-family: Tahoma;
}

p {
    font-family: Tahoma;
}

a {
    text-decoration: none !important;
    font-family: Tahoma;
}
.ii a[href] {
    color: #15c;
    text-decoration: none !important;
}
#yiv2739675612 a:visited, #yiv2739675612 span.yiv2739675612MsoHyperlinkFollowed {
text-decoration: none !important;
}
.ExternalClass a:link, .ExternalClass span.ecxMsoHyperlink {
text-decoration: none !important;
}
.c-ReadMessagePartBody .ExternalClass a:link {
text-decoration: none !important;
}
#yiv2739675612 a:link, #yiv2739675612 span.yiv2739675612MsoHyperlink {
text-decoration: none !important;
}
.undoreset a, .undoreset a:hover {
text-decoration: none !important;
}
span {
text-decoration: none !important;
}

内联样式呢?e、 例如,“我从来没有在电子邮件中使用过外部引用样式。我尝试过内联样式,但仍然不起作用。它在何时何地显示?下划线显示在gmail和outlook.com中