Indented Children

Elements can be indented right / left to create child elements, this is primarily used in Box / Table Elements.
Multiple levels of indentation can be created, indented elements are considered children of the last element at the previous level of indentation.
In Table elements all first-level children will be shown on the same row, creating second-level children will then show those elements below the parent, creating columns of fields.
In Box elements all children will be shown inside the box.
Styling Attributes

The attributes are applied as HTML attribute tags to the element and so should follow the standard format for the corresponding HTML tag.
Some default / suggested values are given as a dropdown for certain tags, but custom values can also be entered
- font-weight
- font-style
- text-decoration
- color
- background-color
- width
- padding
CSS Class Name (Advanced)

Define a custom class name for the element which can be used to apply your own CSS either through the Advanced Settings or your own website CSS.