How to personalized the image link | Community
Skip to main content
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Darren_Bowers

Hi @alik98709228 - your HTML is incorrect. You don't have a href value for your anchor <a> tag.

Try something like this:

<a href="https://your.link.goes/here"><img src="http://www.abc.com/images/email_hero_<%=targetData.ImageLink%>.jpg" width="580"></a>

Thanks

Darren

1 reply

Darren_Bowers
Darren_BowersAccepted solution
Level 9
March 4, 2021

Hi @alik98709228 - your HTML is incorrect. You don't have a href value for your anchor <a> tag.

Try something like this:

<a href="https://your.link.goes/here"><img src="http://www.abc.com/images/email_hero_<%=targetData.ImageLink%>.jpg" width="580"></a>

Thanks

Darren