Sunday, May 19, 2019

Add an Image to a Template that when Clicked would Redirect Users to a Web Site

The HTML Code below can be used in Email Templates or Marketing Templates:

Notes:
- Image file must be uploaded in File Cabinet with Available Without Login checkbox = True.
- Use the 3rd URL, or the one with https://

1. Navigate to Documents > Templates > Email Templates > New.
2. Enter a Name.
3. Mark the Text Editor radio button.
4. Switch to Source.
5. Enter the following HTML code:

<a href="http://DESTINATION PAGE URL"><img src="http://YOUR PICTURE URL"></a>

6. Click Save.

 

No comments:

Post a Comment