Mozilla Thunderbird image in signature
Monday, February 26th, 2007Adding 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"/>


