Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
@jtanusri @hpavlac there's another post in the community here:https://nation.marketo.com/t5/product-discussions/marketo-email-issues-on-outlook-for-mac/m-p/335475/highlight/false#M189632 where something similar came up and this approach seems to have solved the issue there. Let me know if you need a...
Awesome, thanks for testing that out and giving me some feedback here - appreciate it!
From what I've seen this has something to do with using the align="_____" (left/right) on two adjacent tables to create columns. I think you can solve this issue for Outlook by adding a float style to the tables to match the align attribute. Where you've got align="left" use style="float:left;" and ...
You might trying moving the inline CSS from the to the where you'd actually need the "words" to break. Im not sure if the will inherit the properties of a parent for wrapping text in Outlook or not?As an alternative, you could try just using the text "Click Here" (or something like that) inside the element (as linked text) and then separately below the link include the string to copy/paste, or choose one or the other?I'd think if the button link didn't work for a user that just adding a string to copy/paste would work better than including a redundant link around the string (which didn't work on the button) in the first place?You might also consider trying to use the string inside different parent elements like:
^ no element, just text inside a paragraph with a colored span around the link stringoras the parentor
If the button above doesn’t work, paste this link into your browser:
from the link text using different parent elements.Without testing any of these, I'd guess that the closer you get to having the inline style directly wrap the string, the closer you're chances of success. Likewise, the more nested the elements, the less likely it's behave the way you'd expect in email -- specifically Outlook. Let me know if any of these solutions worked for you?
I'm not sure what's going on with the script exactly, but maybe you could try to leverage Progressive Profiling on the field so that if it's already filled out by the user it won't show up again? I'm not 100% sure how this works with clicking the "back" button in the browser but it seems like it mig...
2023 Update:For anyone looking for the snippet ID in the new Marketo Experience, it's actually a bit easier to tease out of the URL now:https://engage-ab.marketo.com/?munchkinId=###-###-####/ds/snippet/141/overview/details You can find this URL by navigating to the snippet within Design Studio.
Explaination:This might have something to do with the "rendering order" of tokens and snippets as the page gets built out. I've done some testing w/ LP stuff in the past to try and load stylesheets via snippet using a different combo of variable and tokens and had a mixed bag of success, but simi...
Hey Ben, It looks like your problem stems from December, but I just read something about a Marketo update in February that seems to have drastically dropped some folks numbers and maybe there's something in there that's relevant to your situation? Here's a link to the community post for more info: h...
This has come up a few time recently in the Community. It looks like something updated in Outlook and broke stuff - surprise, surprise! For anyone having this issue here's a brief issue/resolution to try: ISSUE:This problem seems to be caused by using the align="left" or align="right" attribute on ...