Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Update from support: this has to do with the latest release and the removal of the mkt_tok in the url for the view as a web page. They confirmed that the workaround is to save the html, and get to the source code that way. Still a bit of a hassle, but at least it's something. The really annoying par...
Interesting.. If I view in browser, and save the html instead of trying to view source (I use chrome), then I can get to the code when opening my saved file. I didn't even think of that option. Thank you, Sanford! Still, it's very strange that view source doesn't work when saving does. I'll report t...
Thank you, Sanford. That's what I thought - that view as web page would allow me to do this. Can also confirm that we are using a branding domain. I've logged a ticket with support and they are looking into it now. Grabbing the code from the view as a web page is how I've done it before, and nothing...
Thanks, Tiffany. I've also logged a support ticket, they are looking into it now. I'll update this post when issue is resolved, or a workaround is found.
I have an email that is quite complex with lots of modules, variables and also uses program token for content. I would like to export the html of a final version of this email, as it will render. However, it doesn't seem possible, as the code edit or html export option only offers the template/base ...
Thank you both! I applied Tony's fix, and set the link not to track as per Sanford's recommendation, and testing shows that it works fine. Much appreciated your help here.
Thanks for your replies. However, in this particular case, I cannot hard code the links since I use this token to populate the email address of account owners. And the other link scenario I mention is for adding a unique webinar access link, passed in from our event provider. So hard coding is simp...
I have several emails with email addresses and other links applied via tokens. I've wrapped these tokens in span tags with inline styling, to ensure the link looks similar to other links in my email. However, this style is not carried over to outlook (2016). It looks good on web and mobile clients, ...