Background image layout is not working with the New Email Designer | Community
Skip to main content
Jasbirka
Level 5
January 23, 2026
Question

Background image layout is not working with the New Email Designer

  • January 23, 2026
  • 2 replies
  • 29 views

Do we have any updates on the background images layout with the new email editor? I've noticed an issue: when I try creating a text component, the editor provides an option to add a background image URL, but this doesn't work in Outlook—the image simply doesn't appear. If I create this section using custom HTML instead, the code becomes too confusing for non-technical users to update the image.

If this makes sense, could we implement a feature for variables? For example, if I use custom HTML, could there be a way to add variables so that others can easily update them without needing to modify the HTML code itself?

2 replies

Jasbirka
JasbirkaAuthor
Level 5
February 3, 2026

Is there any update?

AmitVishwakarma
Community Advisor
Community Advisor
February 18, 2026

Hi ​@Jasbirka ,
The background image not showing in Outlook is expected and not a Marketo bug. Outlook for Windows uses the Word engine and does not reliably support CSS background-image, which is what the New Email Designer uses for row/background images. This is tracked internally as a known limitation / won’t fix for Marketo/AJO emails

  • Treat the background image as decorative only. 
  • Always set a solid fallback background color so text is readable when Outlook drops the image.
  • If you absolutely must see a background image in old Outlook, you need VML‑based HTML (table + <!--[if mso]> blocks) in a custom HTML template; this can’t be made “just work” through the New Designer’s background-image URL field.

“Variables” so non‑technical users can change the image:

So: you can’t make the built‑in “background image URL” render reliably in Outlook; the supported pattern is solid fallback color + editable image block or fragment, and if you need pixel‑perfect Outlook background artwork you’ll have to keep that specific module as custom HTML (VML) and manage it via template design, not the background URL control.

Thanks,
Amit

Jasbirka
JasbirkaAuthor
Level 5
February 18, 2026

Hi ​@AmitVishwakarma 

Thank you for the response. I completely understand that creating the background images section is quite difficult, as we must use VML codes to achieve it.

I will try using a Fragment to see what I can best accomplish.

Thank You!