Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
The paths are different here, but maybe it'd be possible to adhere to a strict naming convention and use something like a token or string variable to change the image path for both of the images using a single variable. For example, story1_desktop.jpg and story1_mobile.jpg could be written with vari...
Knak has a templating tool that'll do something like this -- you can modify stuff on their platform and then import your work there into Marketo, they've been at it for a while and from what I hear it's pretty easy on the end-user.If you're using "just some email layout builder tool", there is a "Ma...
I haven't seen anything like this before, but I normally stay away from the "mktoImg" class all together unless it's really needed to lock an image into the background or something. 1. You might try and use a "mktoText" area there instead since that seems to be working for the text and buttons and t...
Hey Alison, would you mind marking my solution as "correct" if it worked for you? It'll close out the question (make it a green icon instead of blue) so that folks can see it's been answered if they run into something similar.Thanks again and let me know if there's anything that's not working here, ...
Hey Malcolm,Im using the Chrome inspector tool (F12 on a PC). In the screenshot below, I've found an email and clicked into the "Preview Email" view. In this view, your variables are rendered out into the code. The catch here is that your images may use a different proxy path (url) so those all need...
Hey Jo-This most likely has to do with the proportions of the container (maybe 16x9) compared to the proportion of the video (maybe 21x9). I don't think the Marketo Starter templates are setup to handle this kind of thing, but we might be able to get away with adding some Custom CSS either to the te...
Hey James,I agree this isn't really a helpful default that Marketo sets out-of-the-box. You can adjust this setting for both LPs and EMs under the Email section in the Admin menu. Admin > Email > Edit Text Editor Settings > change both dropdowns to "none". By default, the LPs are set to have a
Hey Vikram, here's my two cents...Also trying to understand- what if a HTML formatter is provided in the editor, would it suffice?I think the biggest help here would be to take the EM 2.0 framework and apply it to landing pages. It's nice to be able to format the html but those tool would probably n...
/* column padding */ form.mktoForm fieldset .mktoFormCol .mktoFieldWrap { padding: 0 10px !important; } You'll find this on line 139 in the most recent (bottom) set of code in this thread.This rule reads something like:Find the form element, then find all the fieldsets inside that, the...
Currently, (top image) there is functionality for links in the Advanced Tab that allows you to edit the ID, Style and Class of the link element. This creates a "code-free" interface (you don't have to go into the HTML) and is a little easier to manage if you're less comfortable or familiar with code...