Using tokens in email to drop in image with a link
Hi all,
I'm trying to tokenize an email which contains an image which has a link to a landing page. I'm finding that the image drops in, but the link isn't working.
The html I'm using is this:
<p><a href="{{my.RSVP_LP_Link}}"><img class="emailimage" src="{{my.Event_Image}}" border="0" alt="" /></a></p>
The resulting html has the URLs correctly dropped in, but the image isn't linked as it should be.
Does anyone have any ideas why this isn't working?
Thanks!
James