- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
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