
Can you wrap an image with a link in an html email signature?
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">
</a>
All Replies (1)
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