Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
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 than on the landing page. Change "name" to "id" and remove the link around the headline On you landing page, change
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 main reason I've heard that folks prefer an external integration like Knak is that it allows them to do work outside of Mar...
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 for the column gap and 3 columns: 750px - 10px (1 gap) = 740px / 2 columns = 370px per column750px - 20px (2 gaps) = ...
The most important thing about the width from my perspective is that it divides evenly into columns. If you're using 600 or 750, that splits nicely into 2-columns (300 and 375) as well as 3-columns (200 and 250) but at 4-columns you'll notice 750px doesn't divide up evenly (187.5px) which is what ma...
In Design Studio I'll use a "Testing/Staging" folder and a "Production" folder. As things are getting put together and approved they live in the Testing folder and then I'll drag-n-drop them to the Production folder from there. It would be really handy to be able to bulk-move pages from one folder t...
Hey Franky, It's reasonable to expect that the HTML of an email will change once it has been delivered to an inbox. Each inbox has it's own "interpretation" of the source code so what you end up with in your inbox doesn't necessarily match what you sent out. Because of this, something that is sent t...
Sometimes buttons can get weird in Outlook when you forward an email and that all comes down to how they are coded. Most email templates these days use some kind of "Microsoft Only" code for things like buttons to get them to display nicely in Outlook. From what I understand, when you receive an ema...
Hey Dan, I normally try and keep the dimensions the same when swapping an image out and that obviously helps here. Depending on how your images are setup, you should be able to edit the "height" and "width" of the image somehow in the editor (either thru the mktoImg or mktoText > Edit Image dialog)....
Hey Max, How are you editing the modules? Are you using the Edit Code button, just changing text inside the module on the canvas or adjusting some toggles/variables in the far right sidebar? I've had this happen to me before when Im working on editing the code-view of an asset (LP mostly) and I pre...
This solves the problem aesthetically but it breaks the pairing of the input/label relationship and would fail accessibility testing b/c there'd be no relationship between the text (faux-label) and the input "as the computer reads it".