Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Yes, it's possible. Go to Admin > Email > Edit Email Editor Settings and uncheck Enable Marketo Starter Templates.
Do you use the Grammarly Chrome Extension? I've seen the extension add extra code like this in the HTML of Marketo emails.
Hi Lisa, DIVs in Outlook do not accept the width attribute, so it will always display it as full-width. If you want your email to have three columns in Outlook you have to use tables. Here's a collection of 2 and 3 column layouts that you can use for your email: Responsive Email Patterns.
What are the names of your images? Do they contain spaces? If so, try removing the spaces and see if that solves your problem.
Hi Kim,If you create a new email using one of the starter templates, then update the footer to include your custom unsubscribe, you can save that email as an email template (go to Email Actions > Save as Template). Then your users just have to use the new template when creating an email and they don...
Hi Robb,There's a post on the Marketo Developer's blog that explains how to track YouTube video plays. Here's the link: http://developers.marketo.com/blog/send-view-data-from-a-youtube-video-to-marketo/
Looks like you're using a batch campaign instead of a triggered campaign. Error code 1000 indicates that the ‘Call Webhook’ flow action is being housed within a Batch Campaign. Webhooks can only be fired from trigger campaigns.More info can be found here: http://developers.marketo.com/webhooks/error...
Hint text is also called placeholder text in HTML it can be styled using this CSS:::-webkit-input-placeholder { /* Chrome/Opera/Safari */ font-family:'Roboto', Sans-serif;}::-moz-placeholder { /* Firefox 19+ */ font-family:'Roboto', Sans-serif;}:-ms-input-placeholder { /* IE 10+ */ font-family:'R...
Disable the munchkin tracking for the landing page containing the form and the thank you page. That way no cookies will be set.Note: This can only be done on the landing page template, not in the landing page editor.
Yes, it's possible. Is the font-awesome stylesheet AND fonts uploaded to Marketo? If so, make sure you update the font paths in the first couple lines in the stylesheet to reference the Marketo-hosted font files. font-family: 'FontAwesome'; src: url('../fonts/fontawesome-webfont.eot?v=4.6.3'); sr...