Search Help:  
 
Enter keywords to search help.

How do I align text?

To align your text to the right, type the following in your file:

<p ALIGN="RIGHT">line1</p>

It will appear like this:

line1

As you can see, "line1" is now on the right.


To align your text to the left, type the following in your file:

<p ALIGN="LEFT">line1</p>

It will appear like this:

line1

As you can see, "line1" is now on the left.


To align your text to the center, type the following in your file:

<p ALIGN="CENTER">line1</p>

It will appear like this:

line1

As you can see, "line1" is now in the center.

Was this article helpful?

Yes   No
Click to contact Customer Care for further assistance.