Email and Landing Page Templates
Embed external content
With external content, you can use the content of a website in your email or landing page. Please note that the content is not displayed in the editor - open the preview to see it. You can use external content, for example, to display ...
Microdata Integration
With the help of microdata (also called microdata or structured data), the products from your online shop can be transferred to an email with a click. For this, your template must be extended. The use of structured data is also advantageous for ...
RSS integration
Template-based email mailings and landing pages can be populated from RSS feeds. Usage Email templates, landing page templates How it works in the editor The RSS icon appears on templates with RSS implementation: Clicking on it opens the "Read RSS" ...
Add table of contents
The following describes how to create a table of contents from the contents of the main section. The table of contents should be displayed after the header. Example Part 1: Adding an automatic table of contents <!DOCTYPE html> <html> <head> <title>My ...
E-mail-specific customizations
CSS-To-Inline In some email clients, CSS instructions must be attached directly to the HTML tag for error-free display (i.e. inline). When using CSS-To-Inline, CSS properties are automatically written as inline styles into the corresponding tag ...
Optimize templates for the editor
Enable Drag & Drop Drag & Drop makes it possible to drag or move elements from the element pool into the content area. To enable Drag & Drop, the [ELEMENT] and the enclosing [CONTAINER] must be defined as HTML block-level element. The <div> tag is ...
Structuring templates
To enable users to create mailings and landing pages in a simple and intuitive way, a well-structured template structure is essential. The following describes how you can achieve this. Defining Containers To structure the template, the content can be ...
Example email/landing page template
The following template provides the element Article - Text with Headline. This consists of a headline and a text. Click on the icons in the template source code to see a description. Email templates consist of an HTML part and a text part. This ...