Goal
Create a framework to define the structure and placement of blocks for emails or microsites.
Prerequisites
Content Management is enabled for your system. Contact your account manager if activation is required.
If you cannot access this feature, your permissions might be restricted. Contact your system administrator.
Procedure
1. Create a Framework
In the Main Navigation, click Content Management > Email.
Open the Frameworks tab.
Click Create.
Define the framework details:
Select a Type (Email or Microsite).
Enter a Name.
Optionally, add a description to clarify the framework’s purpose.
Click Save.
2. Define the Framework Code
Open the framework and enter the required HTML structure. If you do not have HTML knowledge, paste the framework code provided by your email developer.
Save your changes when finished.
Advanced
To display the email background color during message composition, define the
defaultBGColorvariable in the framework head and use the same color value as in the <body> tag.Example: #set ($defaultBGColor = #703092)
3. Edit a Framework
Navigate to Content Management > Email > Frameworks.
Select the framework.
Click Edit.
Update the code or framework information as needed.
Save your changes.
Warning
Changes to a framework can affect all templates that use it. Review updates carefully before saving.