Thunderbird HTML Signatures

I thought creating a simple in was going to be easy: Create a page with an image and some texts. Oh how I was wrong.

To include a local image, you have to add the following attributes:
moz-do-not-send="false" border=0

It automatically had a border around the image which I did not want. This may have only been the case because I added a link to the image and the moz-do-not-send="false" tells Thunderbird to send it with the . The file source path has be absolute too meaning you have to type the full path starting with file:/// e.g:
src="file:///C:/Signature.gif
The end result was:
<img moz-do-not-send="false" border=0 src="file:///C:/Signature.gif">

The HTML file itself does not need the, tags at the top and bottom of the file.

To set the signature in Thunderbird go to Tools > Settings and under the account name itself tick “Attach this signature:” and click the choose button and find the HTML file.

Related posts:

  1. Dropbox Causes Duplicate Folders In Mozilla Thunderbird
  2. Sync Mozilla Thunderbird Using Dropbox
  3. Compact Folders In Thunderbird To Save Disk Space
  4. Mozilla Firefox & Thunderbird Spell Checker
  5. Thunderbird Automatic Updates Failed

About Danny

Young I.T software professional always studying and applying the knowledge gained and one way to do this is blogging. Dedicated to I.T since studying pure Information Technology since the age of 16, Danny is now in the industry that he has aimed since leaving school. View all posts by Danny → This entry was posted in Software and tagged , , , , , , , , . Bookmark the permalink.

Leave a Reply

Your email address will not be published. Required fields are marked *.

*

All comments must go through an approval and anti-spam process before appearing on the website. Please be patience and do not re-submit your comment if it does not appear.