Could you provide some screenshots of the issue you're seeing here and maybe share out the relevant code for those sections? That'd certainly help to diagnose the issue.If you've g...
If you're confident that you've got the OG tags setup correctly, this could be an issue with caching against an existing URL.Here's a link to the Facebook debugger tool, it should ...
Marketo's Rich Text Editor rejects <style> tags, that's the expected behavior.That said,be warned: using theEdit Code feature in an email will break the connection between the emai...
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.