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"/>
December 23rd, 2007 at 3:56 pm
Thank you very much!
I was trying for days to solve my “blank” image problem.
Really thank you.
January 3rd, 2008 at 4:17 am
Any chance that anyone has the the appropriate code for adding an image in mac os 10.4??
August 5th, 2008 at 1:16 am
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!
September 17th, 2008 at 4:26 pm
[...] Mozilla Thunderbird image in signature [...]