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


  1. [TOP]...[/TOP]
  2. [BETWEEN]...[/BETWEEN]
  3. [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

  1. [TOP]<div class="box">[/TOP]
  2. [BETWEEN]<div class="spacer"></div>[/BETWEEN]
  3. [BOTTOM]</div>[/BOTTOM]