Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Hey JD-Here's a look at something we've used to make complicated HTML stuff easy for the end-user to implement (kinda like the dropdown idea might help accomplish). On the surface, it's just adding classes to a
Thanks Dan-I had another look and wasn't able to find anything outstanding there, thanks for having a look at other emails for a sanity check. It drives me nuts that I'm not sure why this happens, I'll keep you in mind if/when we come to a solution for this.Thanks again for digging in here with me!-...
Hey Dan-I spun up a Litmus test using the code you posted - and also tested one of the buttons from the Carnival template for a sanity check (the HTML is much different, but I was curious). Your button is the Orange one here.I didn't see anything in the shots below that looked like the boxed version...
Hey Dan-It looks like there is a white border getting rendered around the element. I dont see that in the code here, but it might be in the .button class in the CSS in the ?It might help to set an inline 'override' on the element in the style section... something like I think what's happening here is that Outlook is reading the element as shorter than the and is drawing a border around the which is normally the same height as the so it wouldn't be noticable. You might also try setting the border-color to either match or "transparent" and see if that helps it blend, but that'd really just "cover up" the difference instead of resolve it.I also wanted to ask b/c I've had some 'surprising' experiences with the EM editor -- does your editor ever crash while you're editing modules that have variables inside the Editable areas? I noticed that this was making my design studio editor session crash or lockup and I'd need to reload the page to (hopefully) continue editing. I've gotten away from using variables inside the editable areas since so wanted to know if maybe that was just me or if it's happening for other people too?Thanks Dan, and I hope this helps, let me know how it goes. -Dave
Hey Christina-I had a look at the code for the Carnival template and noticed that when I changed the button color to Marketo Purple (#5A54A4), I was still seeing the pink color in the HTML (#ed4e89) - set as the background-color. I think this is why you're seeing two different colors. It should prob...
You might need to get creative and use something like the nth-of-type selector to target the third .mktoFormCol to resize it differently than the first two.That might look something like this: .mktoFormCol { width: 48% !important;}.mktoForm .mktoFormRow:nth-of-type(2) .mktoFormCol {width:100% !impor...
Hey Robb, thanks for putting this together for the community. It inspired me to take a swing at creating something similar using CSS. I've posted the a blog here: Restyle a Marketo Form with CSS with a short walkthru & some screenshots. Let me know if something like this might also work in your situ...
Hey Sarah-If you're comfortable posting the HTML for the template you're working with, I'd be happy to take a look and see if I can help you thru this. Here's what I think might be normal to expect of your email 2.0 template:You should be able to create a new email using the template and the "module...
Hey Scott-I wanted to see if there might be a way to tinker with the Rich Text Editor display, and here's a run-down of what I discovered. Not sure this answers the "add font to dropdown" issue, but might provide some ideas about what else you could do with the content inside the RTE.-- Extra Credit...
Hey Dan,You might need to add an editable area around your content to be able to make changes to it from within the Landing Page editor. Depending on which version of the editor you're using, this could look a few ways. If you're using the "Free-Form" Landing Pages, you might need to include a class...