Basic Button Code:
Here's a snippet of HTML that'll create a basic centered black button with white text inside any Rich Text Element on a Guided LP:
<div style="text-align: cent...
Are you able to share a link to a page that's got a form with one of the quizzes from tF? I'd be curious if you could accomplish this natively in Marketo w/o using the form builder...
I think it's still early in the adoption curve to be thinking about dark-mode specific builds. From what I understand there's still very little access to be able to write supported...
You might try and rename the files to NOT include the "@" symbol (@2x) -- it looks like this is getting translated to "%40" in the URL you get from Design Studio. I've run into iss...
I'm not sure which icons you're looking for in Marketo, but if you can share an image and where you've seen it in Marketo before I can try and help look around for it or something ...
You might try usingstyle="width:200px;" in place of the padding there. I'm pretty sure Outlook only supports padding on table cells (<td>), so it's probably failing when added to t...
Hey Laura,
It looks like the href="" in the VML code is set to:
href="{{lead.Brand Phone MX - Nationals CallTo}}"
rather than
tel:+{{lead.Brand CallTo}}
That might be the issue h...
I've also noticed that the new search bar is far less capable than the previous version and had to find new ways to filter things out via search as a result.
If you explore thru th...
Yeah, I'd agree that the <p> tags are probably what's causing the different spacing here. If you're not adding those in there intentionally it might be that your system is setup to...
Maybe check the "Root Block Elements' in the Admin settings to make sure that you've got it set to "None" instead of "<p>" (paragraph). There's usually some margin or padding assig...