![]() |
|
|
|||
|
hyperlink'ed image and HTML signature
Hi all
I wish to include a picture in a html signature. And it works well. But not in a way I want. My goal is to have... - the picture on a public web server - the picture loaded from the server when the mailer displays the mail. If the server is unreachable then the html alternate text is displayed. But when I click on the "send" button, Thunderbird automatically embeds the picture into a inline attachment and modifies the html source code of the signature to replace the original URI by a new URI which points to the embedded picture. Does somebody know a way to configure Thunderbird to prevent it to embed the image ? Thanks |
|
|||
|
Re: hyperlink'ed image and HTML signature
Laurent Bauvens pisze:
> Hi all > > I wish to include a picture in a html signature. And it works well. > But not in a way I want. > > My goal is to have... > - the picture on a public web server > - the picture loaded from the server when the mailer displays the > mail. If the server is unreachable then the html alternate text is > displayed. > > But when I click on the "send" button, Thunderbird automatically > embeds the picture into a inline attachment and modifies the html > source code of the signature to replace the original URI by a new URI > which points to the embedded picture. > > Does somebody know a way to configure Thunderbird to prevent it to > embed the image ? > > Thanks Use CSS, "background-image: utl(http:// .../ ...);". But beware: this image will be treated as malicious by most mail clients. TB by default do not show such images, and display warning message instead. Sending image with message is best way. And if you care about bandwidth, use image editing tool and optimize image. -- Arivald |
|
|||
|
Re: hyperlink'ed image and HTML signature
Hi Arivald
On 25 juil, 10:22, Arivald <arivald_@AT_interia_DOT_pl> wrote: > > Use CSS, "background-image: utl(http:// .../ ...);". I tested your tip but that failed because my original CSS declaration background-image: url(http://server/path/file.gif); becomes background-image: url(<a class="moz-txt-link-freetext" href="http:// server/path/file.gif">http://server/path/file.gif</a>); when Thunderbird sends the message and the link is broken. In fact, as my previous method, it works well until the message is sent. :( > > But beware: this image will be treated as malicious by most mail > clients. TB by default do not show such images, and display warning > message instead. It doesn't really matter because the goal is to avoid overloading the messages stored (IMAP and local folders) with a bitmap signature. Theoretically, alternate text is sufficient and the bitmap signature is just here to please our intranet's users. ;) > > Sending image with message is best way. > And if you care about bandwidth, use image editing tool and optimize image. I care about free disk space both on MTA and UA. In my point of view, bitmap signature is a real dirty thing which pollutes messages with a so beautiful logo. 10 kb * 1.33 * X million of mails ends to make a very big amount of disk space in which you will find actually obese message bases. Thanks, |
|
|||
|
Re: hyperlink'ed image and HTML signature
Laurent Bauvens pisze:
> Hi Arivald > > On 25 juil, 10:22, Arivald <arivald_@AT_interia_DOT_pl> wrote: >> Use CSS, "background-image: utl(http:// .../ ...);". > > I tested your tip but that failed because my original CSS declaration > > background-image: url(http://server/path/file.gif); > > becomes > > background-image: url(<a class="moz-txt-link-freetext" href="http:// > server/path/file.gif">http://server/path/file.gif</a>); > Yes, annoying bug ;-). Just enclose all CSS in HTML comment <style type="text/css"><!-- body {...} --></style> -- Arivald |
![]() |
|
| Thread Tools | Search this Thread |
| Display Modes | |
|
|