Topic: justified text
Hello,
how can i justified a text in a basic page?
You are not logged in. Please login or register.
Showkase Support Forum → Showkase Support → justified text
Hello,
how can i justified a text in a basic page?
You can horizontally align text in a 'Basic' page by using the 'text-align' CSS property.
On your 'Basic' page, click the 'Source' button in the toolbar of the text editor and enter code such as:
<p style="text-align: left;">Text aligned left.</p>
<p style="text-align: right;">Text aligned right.</p>
This will justify the text to the margins of your page's content section.
Thank you!
Showkase Support Forum → Showkase Support → justified text
Powered by PunBB, supported by Informer Technologies, Inc.