Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
This sounds like an issue with either the "word-wrap" or "whitespace" CSS depending on how the token is encoded (actual spaces vs for example) and/or an issue with the width or max-width properties for the container that the token text is being inserted into. Here's a link to the CSS properties t...
You aren't going to get any love from Microsoft (Outlook) on a PC in the transparency department b/c .... Microsoft 😞 Here's a look at the support charts for both the RGBA color codes and the "opacity" CSS property:RGBA Support:https://www.caniemail.com/features/css-rgba/ Opacity Support:https://ww...
Here's a look at the code I'd use for just a plain ol' H1 heading module. You'll notice that all the styling for the text is on the parent element that surrounds the text. I think this might have something to do with the unexpected issues you're seeing with text display between the browser preview i...
Here's the current support chart for the "border-radius" CSS property. Recently Outlook on everything but Windows updated to accept a border-radius, but it looks like it still doesn't gel in Outlook Windows and Outlook Windows Mail.https://www.caniemail.com/features/css-border-radius/Do you use some...
Don't let the Outlook get ya down -- it's been a pretty normal thing to just "accept" that rounded corners aren't going to display in a "bulletproof" way for the last decade or so. For sure there's ways to get the initial render to be more reliable but the limitations it imposes in terms of the effo...
The CSS background property has just about the same support as the background-image and background-color in email: https://www.caniemail.com/search/?s=background so you might be able to get away with consolidating your CSS a bit to look something like: Check out the syntax for "background" here: h...
I'll pile on here to say that the Marketo preview functionality is a web-based display that isn't doing anything to actually estimate what the email is going to look like when it hits the inbox. For example, you could use things like "display: grid" which are not well supported in the major email se...
Bummer, this may have something to do with a conflict with the website styling. Normally to work something like this out, we'll clone the form and web page and do some testing to get the website styles to gel with what is coming from Marketo. The issue usually has something to do with 1) The load or...
If your emails were already approved, you might want to used the "Approved with Draft" filter instead/as well. Alternately, if this is something that just happened you can probably cluster the drafted assets by clicking on the "Last Modified" column to arrange them by date/time and then work thru th...
I like this option as well, and have seen it work well for big and small clients for years. Eventually I think it makes more sense to build pages in Marketo rather than managing an expensive integration but that usually comes in time as your team gets more familiar with the Marketo system. It sounds...