Windows 10 will reach EOS (end of support) on October 14, 2025. For more information, see this article.

Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Can you wrap an image with a link in an html email signature?

  • 1 reply
  • 1 has this problem
  • 2 views
  • Last reply by Toad-Hall

more options

When I cite a remotely hosted image in an html signature, and try to make that image a link, the link is ignored and the just the image is shown.

e.g.:

<a href="https://www.facebook.com/pages/Ubiquia/146019678805381" target="_blank"> ubiquia facebook </a>

When I cite a remotely hosted image in an html signature, and try to make that image a link, the link is ignored and the just the image is shown. e.g.: <a href="https://www.facebook.com/pages/Ubiquia/146019678805381" target="_blank"> <img style=" position:absolute; height:30px; width:30px; left:172px; top:157.5px" src="http://png.findicons.com/files/icons/2779/simple_icons/48/facebook_48_black.png" alt="ubiquia facebook" moz-do-not-send="true" > </a>

All Replies (1)

more options

For each icon that you want to use in your email signature: locate icon on internet webpage - right-click on the icon and select 'Save Image as'. Save the icon to your computer in a suitable file.

Then in Thunderbird

insert > Image

choose file - locate the saved icon on your computer click on Link tab and enter the www etc webpage link info click on OK to insert image with link.

Codewise, where you have the actual icon you would need something stating where the icon is located: eg <a href="https://www.facebook.com/pages/Ubiquia/146019678805381" target="_blank">

path to image saved on computer included in within <> </a>

Modified by Toad-Hall