Use the Inline element to add a HTML inline element to your layout.
Locating the Inline element element
To find the Inline element:
- Navigate to a component or a template with the Layout canvas
- Click the + button on the Layout canvas
- Within the Elements tab, look for the Inline element.
Inline element
- Element text - Add some text to your inline element. The text is wrapped in the HTML element set
- HTML element - Select the HTML inline element to wrap the element text in
- Text only - Show the text only
- br (Line break) - Add a <br> above the element text
- cite (Citation) - Wrap the element text in <cite> tags
- code (Code) - Wrap the element text in <code> tags
- em (Emphasis) - Wrap the element text in <em> tags
- s (Strikethrough) - Wrap the element text in <s> tags
- small (Small print) - Wrap the element text in <small> tags
- span (Inline container) - Wrap the element text in <span> tags