Hey Jill,
This looks like a tough one! It's been a few years since I dug deep into email code so I'm not up-to-par with the current environment but there are a few things that sto...
Oh sorry, the example I meant to refer to was the one in the article. I think you might be on to something with adding a class to the link there, maybe that'd be helpful context to...
I did a quick Google search and found this article:https://github.com/hteumeuleu/email-bugs/issues/107Looks like it's an open issue which can be resolved by wrapping the text in a ...
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...