Hyperlinked Image signature

User Help for Mozilla Thunderbird
Post Reply
mjh72
New Member
Posts: 1
Joined: September 1st, 2017, 10:50 am

Hyperlinked Image signature

Post by mjh72 »

Hi, thnks for reading.

I'm trying to make a signature that has text and an image in it, and I would like the image to be hyperlinked to a particular website. I'm not having much luck though. Here's the HTML I used when I tried to define an HTML file as the signature source:

Code: Select all

<html>
<head>
<title>" *** "</title>
<meta keywords=" *** " />
</head>

<body>
<p style="font-size:14;font-weight:bold;"> *** </p>
<a href="http://www.***.***" target="_blank"><img src="***/***/***.html" alt="www.***.***"></a>
</body>

</html>
That pulls up nothing as a signature at all, even though when I open the HTML page directly, the signature is fine. If I change the extension from HTML to PNG, the png image shows up fine as a signature, but I loose the hyperlink.

Is there a simplified tutorial about how to do this somewhere? Your help is appreciated.
User avatar
DanRaisch
Moderator
Posts: 127246
Joined: September 23rd, 2004, 8:57 pm
Location: Somewhere on the right coast

Re: Hyperlinked Image signature

Post by DanRaisch »

Post Reply