Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Hi Robb,As a heads-up: Gmail/Inbox doesn't support the content property, thus my recommendation of background (kludgey though it is.)
Hi JD,In the particular case you're describing, your best bet would be to set up a module for your header using the Email Editor 2.0 syntax, then create local variables for both the main version and mobile version. Place the header as a background image (and define a unique ID in your HTML) with VML...
I just ran into this within the past 24 hours (I was working off SFDC's SOAP API documentation to try to map something only to realize "oh I guess Marketo doesn't support that field yet") and it's yet another "I'd make an idea but no one would understand", so: cosigning updating the API version.
Hi Anna,Can you message me? It's hard to know what's going on without specifics to your setup based on what you've said so far. Thanks!
As 2016 is coming to a close, a lot of us in marketing are winding down our schedule for the year: sending out holiday cards, making year-end articles, and building flight plans for 2017's initiatives. However, there's one common thing that can trip you up.Ever looked at a website and wondered if it...
A quick note that JSON files now are correctly serving as application/json as of this morning.
Sanford is correct that I wrote the middle layer in PHP--in this case, the company had a LAMP stack as their main server and it was the path of least resistance. However, building a similar tool in Python (or just using an API gateway) should be just as easy. It really has more to do with your tech ...
Hi Dan,It looks like the 70px top margin is actually coded into your LP template (at line 33). However, if you just want to change this as a one-off instance, you could always do something like #mktoForm_1512 {margin-top: 0 !important;} in your form's actual CSS.
Hi Christine,Unfortunately,most of RCE's MDX capabilities are swept under the rug--and it's always been a sore point for me that the tech RCE is based on allows for MDX queries but RCE strips this.With the new UI update, it looks like perhaps even the ability to format output via MDX has been remove...
Tacking on a very similar issue here: locally stored JSON files are served as application/octet-stream rather than application/json.