Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
As Sanford mentioned, this update needs to happen at the template level for each template that you'd like to update. However, it IS possible to have one template that does "all the things" in Marketo and populates all the different use-case-specific layouts you use throughout the entire instance. If...
You should probably trust very little of what you see when it come to email displays in the Marketo application -- this includes the Preview panel, but also extends to the working canvas and module sidebar in "Edit Mode". The reason that things show differently in Marketo is that it is a web-based a...
Hey Mike, In code, this sort of thing can be accomplished by using the box-shadow css property to create that drop-shadow. However, in the email universe this is not well supported enough to display consistently across the most popular inboxes. Here's a link to a site called "Can I Email" which hel...
From my understanding, the mktoActive attribute determines if the module appears in the modules tab in the sidebar and the mktoAddByDefault attribute determines if the module should display in an email using this template at creation. (true=visible, false=hidden, for both)From my experience, your un...
This sounds too good to be true!! I've seen a bunch of email tools come and go and the good stuff is usually expensive so it kind of sets off a red flag for me here. I don't know that you've got to pay 10k per year per user for good stuff, but from what I've seen in the past -- you really do get wha...
... or the opposite route -- you could include an 'href' for tracking purposes and then use a script to do something else (download) when the link is clicked kind of like what you're using now for the download action?Reference: https://stackoverflow.com/questions/1768124/executing-javascript-when-a-...
@jtanusri @hpavlac there's another post in the community here:https://nation.marketo.com/t5/product-discussions/marketo-email-issues-on-outlook-for-mac/m-p/335475/highlight/false#M189632 where something similar came up and this approach seems to have solved the issue there. Let me know if you need a...
Awesome, thanks for testing that out and giving me some feedback here - appreciate it!
From what I've seen this has something to do with using the align="_____" (left/right) on two adjacent tables to create columns. I think you can solve this issue for Outlook by adding a float style to the tables to match the align attribute. Where you've got align="left" use style="float:left;" and ...