Token with an Image for Add to Outlook Calendar Token

Anonymous
Not applicable
Does anyone know of a way to add an image to the my.calendar token so that the user sees a nice button instead of a texuual link?
Any feedback is welcome!
Tags (1)
4 REPLIES 4
Aida_Kamber
Level 2
Related solution posted here: https://community.marketo.com/MarketoDiscussionDetail?id=90650000000PpFxAAK

Thanks!
Anonymous
Not applicable
You don't need to get any specific URL, the token automatically creates the URL and accompanying HTML needed to make the image into a hyperlink.
Anonymous
Not applicable
but how do I get the URL if it is a token?
Anonymous
Not applicable
In my basic preliminary testing, I added basic HTML into the field that calls for the hyperlink text.  I did a quick run-thru in Litmus and it is indeed showing in all the various email clients.  I would do some additional testing before any major email sends though.

HTML:

<img src="URL GOES HERE" alt="Image Description Goes Here" border="0" />

Hope this helps.

-Kenny