← Back
Inline
The inline
component adds the display: inline-block
style property, so that items inside of inline
component will be displayed next to each other. For example, this code will display three images side by side:
Example Code
[div]
[Inline][img src:"..." /][/Inline]
[Inline][img src:"..." /][/Inline]
[Inline][img src:"..." /][/Inline]
[/div]