Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
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 that'll come pretty close using FontAwesome. One of the advantages of using an svg is that you can use CSS to style the ...
You might try using style="width:200px;" in place of the padding there. I'm pretty sure Outlook only supports padding on table cells (), so it's probably failing when added to the link () element. Here's a link to a support chart for reference: https://www.caniemail.com/features/css-padding/
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 here -- maybe that token isn't set with a value or something?You might also try dropping the "+" and seeing if that makes an...
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 the Images/Files folder are those files still showing up in the new experience, just not via the search bar or are they mi...
Yeah, I'd agree that the
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 add a
around text elements in Email -- it's the default setting for whatever reason. Changing the root block elements to
...Maybe check the "Root Block Elements' in the Admin settings to make sure that you've got it set to "None" instead of "
" (paragraph). There's usually some margin or padding assigned to the paragraph element
that would get added in the editor when you changed the text if the setting were not set to "
...If you can add the form to a page and post a link I'd be happy to look into the styling to see what might be causing the scrolling issue so that you don't have to go the iframe route - that'll probably work but it's sort of a "down and dirty" way of going about it. It might save you some headaches d...
One of the reasons you may be seeing a difference here is that in the preview mode, you're using the browser to render the code and in general browsers are more capable of supporting different HTML and CSS than an Email Service Provider (inbox). Once you send the code to an inbox, you're relying on ...
Would you mind sharing a link to the approved version of the LP so I can check out the code and see what's going on there?
Thanks for the explanation here, appreciate it. Any idea when/if this bug is going to get addressed?