简体   繁体   English

如何更改Thunderbird的默认CSS链接?

[英]How would I change Thunderbird's default CSS for links?

I'm trying to change the style for links that are generated when an email is sent from Thunderbird. 我正在尝试更改从Thunderbird发送电子邮件时生成的链接的样式。 Specifically, I'm talking about the links that are automatically generated - like email addresses. 具体来说,我说的是自动生成的链接-例如电子邮件地址。

Having followed a tutorial on eHow , I have managed to add the style I need in a new userContent.css file - however, this does not apply to the message that gets sent; 遵循有关eHow教程之后,我设法在新的userContent.css文件中添加了所需的样式-但是,这不适用于所发送的消息; it only applies to what I see in Thunderbird. 它仅适用于我在Thunderbird中看到的内容。

This is the style: 这是样式:

a[href] {
    color: #a43335 !important;
    text-decoration: none !important;
}

The objective here is to have Thunderbird inject the style into the email that gets sent. 这里的目的是让Thunderbird将样式注入到发送的电子邮件中。

I don't believe that this is something that Thunderbird can handle. 我不认为这是Thunderbird可以处理的。 The reason you can see the link styles when you receive an email in Thunderbird is because Thunderbird is receiving an HTML-formatted email created by another program. 在Thunderbird中收到电子邮件时可以看到链接样式的原因是,Thunderbird正在接收由另一个程序创建的HTML格式的电子邮件。 Other than some basic styles that Thunderbird provides, it is not a tool for creating full blown HTML emails. 除了Thunderbird提供的一些基本样式外,它不是用于创建完整HTML电子邮件的工具。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM