Horizontal Alignment
From the menu go to: Insert > HTMLTags > Horizontal Alignment > Left
Center
Right


Horizontal attributes can be inserted in most data tags for positioning.

Example:

<p align="center">I am the center</p>

Result:

I am the center