Hi everyone,
I am working on an event program that uses My Tokens to populate information across all emails and landing pages in that program. There are 7 email assets, and each has a banner image and 3 detail images in the footer. One item I'd like to improve in this program is adding My Tokens for all 4 images so users do not need to update each individual image in all 7 emails.
I went into the HTML for the email templates, and updated the image src="" code:
<td bgcolor="#E8E6DF"><div class="mktEditable" id="banner-image2"><a href="http://www.fourseasons.com/?c=t"><img name="Four_Seasons_Save_the_Date_Final_r1_c2" src="{{my.Event Email Banner Image}}" width="600" height="252" id="Four_Seasons_Save_the_Date_Final_r1_c2" alt="Four Seasons" style="outline-style:none;text-decoration:none;-ms-interpolation-mode:bicubic;border-style:none;display:block;" /></a></div></td>
Then I added a text My Token for {{my.Event Email Banner Image}} at the event program level. When I cut and paste a test image URL into the token, nothing happens - the image does not render in my email. What am I missing?
Thank you in advance!