Hi,
I’m using the design manager to build a modular email template with easily customisable modules for our team to quickly change. I’m using tags with predefined content so it can stay the same in case it doesn’t have to be changed. The issue I’m facing is that, while in content creator, whenever I’m trying to edit a module (like the white text block below fist CTA) that breaks the email layout.
I copied over and html file with styling done in the <head> and then included the text in white background in a rich text tag, just like this:
{% widget_block rich_text “right_column” overrideable=True, label=‘Right Column’ %}
{% widget_attribute “html” %}
<!--code goes here-->
{% end_widget_attribute %}
{% end_widget_block %}
Here’s a screenshot of how the email is supposed to look like when rendered correctly, in the live preview of the deisgn manager.
And here is a screenshot of how the email breaks upon editing the rich text module inside the content creator.
Does this have to do with the code inside the rich text tag?
Or the styling in the <head>?
Or maybe this is a hubspot issue?
What would be an alternative for this?
Cheers,
Andrei

