Forum
vitalygusarov2006-10-05 10:58:09
Is it possible to insert image (I want to use company logo in the letter header).
Joke2006-10-05 13:54:27
Yes, but you have to create a HTML template. It is also possible to place a link to your logo if you have saved it on a FTP server.

I did so with my company logo. For those, who don't want to see mails in HTML you can insert an alternative text ("Example Company Ltd.") which is shown in plain text.
WizKid2006-10-05 17:33:36
Just use a normal img-tag and insert the template as HTML. And if the image is a placed on you local drive <img src="file://C:\myimage.jpg" alt="Logo"> should work
mmikrut2007-02-24 06:15:08
If you want a nice watermark/logo in the background of your html message, try this template below. Just adjust the bakground image address to point to your image (it can be on the web or on file)
<table width="100%">
<tr>
<td background="http://www.mycompany.com/myimages/logo_background.gif">
<font face="Helvetica, Arial, sans-serif">
Dear [[TO=firstname]],
<br>
<br>
<br>
Kind Regards,
<br><br>
</font>
</td></tr></table>
mmikrut2007-02-24 06:37:50
hmm, I did some tests and found that background images dont work if they are on local file.
The background image in example table above will work if it is a link to external web page/ftp (http:// or ftp://) . However if it is a file:// link, then it for some reason it will not be converted to inline image and attached to the message, resulting in broken link/missing background image.
I believe it is a bug in Thunderbird though, it does not correctly convert background images to inline.
1
Create post
You need to login before posting in the forum