Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
I assume we both agree that the only thing that controls the look-and-feel is the code, correct? There's nothing specific about Marketo vs. Bronto as a product. It's just what raw code is coming out the pipe. So, the best way to troubleshoot is to take your full email code in Marketo before you send...
Yes the /151/ is a specific version of munchkin. you should reference the "loader" file that Sanford mentions. Some of our customers actually download the actual munchkin file itself so they can host it on their own domain and are in control of what JS is on their pages. Some customers have policies...
Hi Ryan, Unless you can reproduce a case where Marketo is altering your code, I would agree with the support team that it would not be a Marketo product issue. One thing to consider is that many email clients do not support media queries (and in some cases will yank them out entirely) before placing...
Yes, I've reviewed it and I actually couldn't reproduce this. The first few modules you have are marked mktoAddByDefault="true" but the other ones are marked "false". That means the first ones will be included in an email by default when you create a new email from the template. But, other than that...
mktEditable not mktoEditable if you want to do it that way. But, we recommend mktoText (as that is the newer syntax).
You would want to surround the body area of the module with a mktoText
Do you mean dynamic content? Or are you just asking if you can customize the color, border, label, etc.?Buttons can be made dynamic but a lot of the button modules in our starter templates don't do that out-of-the-box. Very simply to change the code structure to support it, if you really would like ...
Do you have a regular id on it? That's a required attribute as well.Email Template Syntax - Marketo Docs - Product Docs Justin
I can't see your code above, can you send it to me and I'll take a look? jcooperman@marketo.com
Then you're good, any text in an mktEditable section will be auto-copied to the TEXT version of the email for your editing.http://docs.marketo.com/display/DOCS/Edit+the+Text+Version+of+an+Email