In order to add a clickable link to an image on your email or workflows or your signature, you will need to add code around the image code in HTML as follows:
<a href="INSERTURL">THEIMAGECODE</a>
Here is a step by step guide on how to do it:
βStep 1 : Add the image to your workflow email, individual email, or email signature.
Step 2 : Click on "View HTML" to get to the HTML code.
Step 3 : If you look in the HTML, you will see a code that represents the image which looks like this:
<img src="image.jpg" alt="Description of image">
You'll need to wrap this <img> tag in an <a> tag to make it clickable.
Here's what the code will look like:
<a href="https://example.com">
<img src="image.jpg" alt="Description of image">
</a>
Replace "https://example.com" with the URL that you want to link to.
Here's an animated gif for your reference:
Step 4: Click "Hide HTML" to switch back to the email itself.
β
If you have any questions, don't hesitate to reach out on the chat!
β