Hey Scott-I normally try to stay away from background images in email all-together, but when I do use them, I'll usually add them to a table or div instead of the <td>. In this cas...
Hey Ray-Just to throw an idea out there, I like to think about this the other way around and work from the "least capable" devices (those that support the least modern code) and up...
Alternately, if you wanted to go the CSS route instead of script you could override the inline style with [ form.mktoForm {width:100% !important;} ] on either: a) the Custom CSS on...
Andreia - one thing that's important with responsive and modular templates is a clear idea of your requirements. A good analogy might be car shopping - there's a ton of options fro...
Hey Jas-It's hard to tell exactly what would work here without a link to the Landing Page preview, but...It looks like you've got a Rich Text element inside of a fieldset. If that'...
Hey Jon-Sun,It looks like your email settings might be set to be adding a <p> around text that you enter into an editable area.There was a discussion about something similar here: ...
Hey Ed-I've seen this happen before specifically with Outlook when it's reading a line-height rule on an image. I scanned your code real quick, but it wasn't obvious to me what mig...
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-brea...
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 th...
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...