MWML [TOP, BETWEEN, BOTTOM]-Tag
MWML [TOP, BETWEEN, BOTTOM]-Tag
I'll translate the German HTML content into English while preserving the HTML structure:
Enables the insertion of content at the beginning, between, and at the end of containers or tables of contents.
Usage
Email templates, Landing page templates
Parent:
CONTAINER
,
INDEX
Child: -
Syntax
[TOP]...[/TOP]
[BETWEEN]...[/BETWEEN]
[BOTTOM]...[/BOTTOM]
Attributes
Attribute
Value
Description
type
Text
any HTML tag: span, div, ...
attributes
Text
Attributes for the HTML tag.
Example: attributes='class="my_class" style="border:solid 1px #000;"'
Example
[TOP]<div class="box">[/TOP]
[BETWEEN]<div class="spacer"></div>[/BETWEEN]
[BOTTOM]</div>[/BOTTOM]