The only easy and consistent method I've seen for dealing with this is to keep a list somewhere of the places that you use your forms on external pages. Sometimes (if it's only one...
FWIW, I've found placeholder.com to be must less reliable than fpoimg.com for serving placeholder images. The more "cutesy" the placeholder (I've seen kittens and puppies and rando...
Are you still having issues with this?
I noticed in the code that you shared that there are a few images which have spaces in the file name, for example:
https://go.bradyware.com/...
In short, you'll want to display the ::after pseudo-element as a "block" to get it to break down to the next line -- the same way that divs stack up in a layout (b/c their default ...
Usually when you see different styles in the editor than you see in the preview display it's got something to do with some CSS on your template. Anything that's not written into an...
I've run into something like this before as a result of havingtoo many editable areas on a Guided Landing Page template. If you're making one "master" template that's got a bunch o...
There are 2 part for the anchor link to work, it looks like right now you're using "name" instead of "id" and the link that points to this should probably be in the email rather th...
I'd encourage you to look for solutions that do not require an integration with Marketo to just get around all the sync issues and lack of flexibility you're running into.
The mai...
Hey Jo, let me know if there's something off with the math for 3 columns here -- I think you'll actually end up with a remainder (uneven columns) using 750px as the base with, 10px...
The most important thing about the width from my perspective is that it dividesevenly into columns. If you're using 600 or 750, that splits nicely into 2-columns (300 and 375) as w...