Avatar

Correct answer by
Community Advisor

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

View solution in original post