Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
If you are just looking for a URL to paste into the link, following this link will jump me to that section: Buyers Edge Tribal Valuehttp: //pages.diningalliance.com/tribal-value.html#section5Form ^^ note: the link above is broken b/c it's getting changed to the "Buyers Edge Tribal Value" link sho...
You might try moving the direction attribute onto another element than the -- my gut tells me it ought to go on the table w/ class of "progressBarTable" instead. I've also used the CSS rule-set for direction alongside/in-place-of the direction attribute, so something like direction: rtl; could go i...
You might just need to add an !important flag to the end of your CSS:.mktoForm.mktoLayoutAbove .mktoRadioList,.mktoForm.mktoLayoutAbove .mktoCheckboxList {float: left !important;clear: left !important;}
Hey Callum, I've got a few ideas for this-As an aside, but food for thought:I've had issues in the past targeting the elements inside a ...
Hey Danny-Changing the ID value of the editable area is another way to 'force' the template update an editable area. Im not exactly sure why this happens, but it suggests that Marketo is using the ID value of the modules to distinguish between a new editable area and an existing one. I haven't run i...
Found this this morning, looks just like what you're running into here:Background Images Breaking in Gmail > Litmus This suggests that Gmail will ignore the background-* (image/size/repeat) properties in favor of the "background:" property. Maybe you could also try adding the no-repeat, size etc int...
Hey Christina-In the code you shared here, you've got the background image applied to both the background:______ and background-image:_______ properties.background can be thought of as "all the background rules": -image, -size, -repeat, -color ...background-image is kind of a specific subset of the ...
Hey Shaina,There are two "ways" to apply variables that fit (and don't) the issue you're seeing here - they have something to do with the "Module Scope" assigned to the variable.One is "global" - which describes the behavior you're seeing where you change one and it changes the rest.The other is "lo...
Hey Makiko-If the content that you are changing (the copyright) is inside an editable area on the template changes made to the template will not be reflected on approved Landing Pages. Im pretty sure you can update the template and it'll push to the LPs as long as you haven't approved them (the LPs)...
It looks like the background size for Outlook is set to 660px and the background size for your content container is set to 600px. This would amount to 30px on a side getting clipped (and it looks like more than 30 to a side in the screenshot you posted).You might try shrinking the Outlook code (660p...