function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
CRMGeneralistCRMGeneralist 

Question for HTML Email Template

I am creating an HTML email template and inserting our logo, what I want to happen is when they click the logo that it brings them to our website. Is this possible? If so, can anyone post instructions on how to do this?
forcedotcomforcedotcom

You just need to enclose your image in href tags, with the link within your HTML email... like:

 

<a href="www.mywebsite.com"><img="image.gif" /></a>

 

 forcedotcom

CRMGeneralistCRMGeneralist

THANK YOU SO MUCH, for your response. However, this is not working like I need it to and I think it is because of something I am doing let me explain it better.

 

I did what you said see as follows; <a href="www.myluckyewards.com"><img="MyLuckyRewards.gif" /></a>

 

However, all that did was provide a link to the actually logo. What I need to do is have the Logo itself embedded into the html template and when you click the actual logo it takes you to the website.

 

So I need instructions on the following;

 

1. How to save an image with a hyperlink to the website, so when the user clicks the logo it brings them to the website.

 

Does that make sense and can it be done?

 

 

CRMGeneralistCRMGeneralist

 THANK YOU, any help is appreciated....