HTML and text sections
The <html>
and <text>
sections are where you add the main content of the Email. In addition, you can also choose to enable or disable preferences such as, for example, link tracking, as required.
The <html>
and <text>
sections are:
-
Children of the Body section The use of either or both of these sections is defined by what you have selected in the Preferred_content element.
-
Positioned within the
<body>
section of the XML instructions file, as required
The <html>
section includes the following children:
Child | Type | Description | Use |
---|---|---|---|
content | element | Content of the Email. | Use separate entries for <html> and/or <text> |
preferences | element | Define the required additional preferences, for example, enable link tracking. | Optional |
The <text>
section includes the following children:
Child | Type | Description | Use |
---|---|---|---|
content | element | Content of the Email. | Use separate entries for <html> and/or <text> |
preferences | element | Disable link tracking. Enabled by default. | Optional |
Example:
<html>
<content>
See the Email content topic.
</content>
<preferences>
See the Email preferences topic.
</preferences>
</html>
<text>
<content>
See the Email content topic.
</content>
</text>