Hi everyone — I’m working on improving the design of emails sent through Knack and running into some formatting limitations with the WYSIWYG editor.
Right now I’m trying to create a simple, clean transactional email (receipt-style) where the container is centered (not full-width).
The main issue I’m running into is that Knack keeps overriding layout styling, so even when I set align="center" or use inline styles, results vary between preview and actual email delivery (Gmail especially).
I’ve tried simplifying the HTML heavily (removing divs, using table-based layout, inline styles only), but I’m still getting inconsistent results.
What I’m looking for:
-
A proven “Knack-safe” email template structure (HTML table-based preferred)
-
Or examples of email templates that reliably render centered layouts inside Knack’s WYSIWYG email editor
If anyone has a base template or has solved this before, I’d really appreciate seeing how you structure it.




