For what it's worth, I grabbed the code you posted and created a new template in Marketo and then spun up a new email asset from that code. I didn't have any issues with editing th...
It's very likely that this rule is removing the padding for your button from 0-480px viewports (on mobile).form.mktoForm, form.mktoForm * {padding:0px !important;}You could try add...
All buttons on all Marketo forms should natively have the "mktoButton" class built into them. This might not exist if you're using a script to strip classes or something like that,...
I feel your pain here, I've run into similar issue with the filter bar in the file tree since Marketo updated to the new UI for the file tree a while back. I think what's going on ...
You could use a "mktoString" variable to set the URL for the background image. I normally set this up using the "background" property in CSS so that you can also include things lik...
@Disha_Goyal6-- where did you find this chart? It looks like a handy reference and I'd love to add it to my resources if you don't mind sharing? Thanks.
You might think about using a class like "text-link" on the parent element (<table> in this example) and writing some CSS in a <style> tag in the <head> of your document to style t...
I'm not aware of a way to change the Fallback page at the asset level using the Set Expiration feature -- this seems like an obvious gap in the design here and maybe would make for...
This is the expected behavior for modules in the Email 2.0 editor as well as any content inside of an editable area (.mktoText) in a Guided Landing Page template. You're on the rig...