Mozilla Thunderbird image in signature

Adding an image to you HTML signature in Thunderbird requires a slight HTML hackery. You need to locate the image on disk and add the IMG tag with the src attribute using the file URL of the image:

Linux:

<IMG src="file:///home/brian/.mozilla-thunderbird/image.jpg" alt="Cool"/>

Windows:

<IMG src="file://c:/foobar/image.jpg" alt="Cool"/>

4 Responses to “Mozilla Thunderbird image in signature”

  1. Mike Says:

    Thank you very much!
    I was trying for days to solve my “blank” image problem.

    Really thank you.

  2. Hamish Says:

    Any chance that anyone has the the appropriate code for adding an image in mac os 10.4??

  3. Ruth Says:

    Thank you! Thank you! Thank you! I don’t know how many times I’ve asked advice on how to get my images to show. You’re a legend!

  4. Images in Thunderbird Signatures « Linux Sagas Says:

    [...] Mozilla Thunderbird image in signature [...]

Leave a Reply