Hi,
In the template builder, when I use the direct text input and then insert the image above the text, how do I use a hyperlink for the image?
Many thanks,
James
Hi,
In the template builder, when I use the direct text input and then insert the image above the text, how do I use a hyperlink for the image?
Many thanks,
James
Hi James,
You'll need to put the image into the direct text input if you want to add a link to it. The add image function does not support urls at this time.
Basic html for inserting an image and adding a link to it can be used in the direct text input. For example:
<a href="http://yourlink.com"><img src="yourimage.png" width="42" height="42"></a>
Regards,
Devin
Ok, I thought I might have to do that, thanks!
This topic has been closed to new replies.