Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
It could be the case that the template uses the word-break or word-wrap styles to deal with text that flows beyond the column.Here's a link to some more info on that: CSS word-break property -- you can check out the "Try it Yourself >>" button for some good examples.You may need to set the word-bre...
Hey Douglas,You can use the class "mktoAsterix" to target the native mktoAsterix.I'll normally write something like this to hide them: .mktoAsterix {display:none !important;}For the other approach, you could add an attribute to your span like this:*Then you could target that span using something si...
Hey Pam-Here's a link to a pretty good write up Tutorial: How to Add Anchor Links in Emails - Email Design Workshop that walks thru adding an anchor link (different system, similar process) and at the bottom it includes a chart of the Email Client where you can expect this to be supported. Unfortun...
1. Make a dummy email account.2. Subscribe like a madman to cool brands that look like they're not stuck in the 90s.3. Open their emails, study and compare the code.For both Landing Pages and Email, I'd recommend looking into some kind of framework to work with. I like Bootstrap for Landing Pages, t...
I'll pile on a bit here...Especially if you are hosting the form on an external website, you might be seeing that the Marketo form styles are pushing thru "in place of" your website's form styles. This is usually because your website form styles are loaded into the document earlier than the Marketo ...
Here's a peek at the options in the Form Editor for context-Using the Checkboxes instead of Checkbox will allow you to make multiple selections.Using Checkbox acts more like a radio button (where one selection un-selects the rest) but with the checkbox look instead of the radio.
Hey Sam- Can you include a screenshot of what you're trying to setup, I might be able to help you with something if I could see what you're after here. Are you looking to be able to have people edit the divs from within the Marketo Landing Page Editor? If so, and if that's not working for you, you m...
Glad to hear that got you moving in the right direction. Feel free to chime back in here if your team runs into anything when unfolding the long-term changes - I'd be happy to help!Happy Wednesday! -Dave
Hey Holly-If you look on line 42 of the screenshot of your header CSS, you'll see.em_defaultlink a { color:inherit !important;text-decoration: none !important; }in CSS, this reads "a link inside of an element with a class of 'em-defaultlink'". I can't be sure from what I've seen of your code, but Im...
I agree with you that it'd be easier if you could just easily "tell" the CSS how to deal with a given field in some way that didn't need to involve coding. At the same time, Im not so sure that ALL CSS references need to be so literally tied to the form that they are inflexible for future additions ...