Discussion:
[TYPO3] How to align text at the right side and the left side at the same time (justified)
Anna Tam
2006-01-05 14:18:46 UTC
Permalink
Hi. Just want to clarify that I want to know how to align the text at the
left and right side at the same time using the Rich Text Editor. Reply much
appreciated.

Anna
Hi guys,
I'm an editor and using typo3 for editing content.
I have a question and appreciate your help.
How can I align the text at the right side? The Rich Text Editor I am
using only allows me to align the text at the left. Thanks a lot.
Anna
Onno Schuit
2006-01-05 15:03:58 UTC
Permalink
Hi Anna,


Using the RTE (Rich Text Editor) you should be able to use the "Justify
Full" button (text is left AND right aligned). If you don't see this
button in the RTE's icon bar, notify your Typo3 administrator. He should
be able to configure the RTE.

Cheers,
Onno
Post by Anna Tam
Hi. Just want to clarify that I want to know how to align the text at the
left and right side at the same time using the Rich Text Editor. Reply much
appreciated.
Anna
Hi guys,
I'm an editor and using typo3 for editing content.
I have a question and appreciate your help.
How can I align the text at the right side? The Rich Text Editor I am
using only allows me to align the text at the left. Thanks a lot.
Anna
Anna Tam
2006-01-05 15:30:13 UTC
Permalink
Thanks Onno. I've just checked with my administrator. He is quite new to
Typo3 and told me he has not much clue as to how to configure the button.
Can you give him some hint how to do this?

Thanks very much.

Anna
Post by Onno Schuit
Hi Anna,
Using the RTE (Rich Text Editor) you should be able to use the "Justify
Full" button (text is left AND right aligned). If you don't see this
button in the RTE's icon bar, notify your Typo3 administrator. He should
be able to configure the RTE.
Cheers,
Onno
Post by Anna Tam
Hi. Just want to clarify that I want to know how to align the text at
the
Post by Anna Tam
left and right side at the same time using the Rich Text Editor. Reply
much
Post by Anna Tam
appreciated.
Anna
Hi guys,
I'm an editor and using typo3 for editing content.
I have a question and appreciate your help.
How can I align the text at the right side? The Rich Text Editor I am
using only allows me to align the text at the left. Thanks a lot.
Anna
_______________________________________________
TYPO3-english mailing list
TYPO3-english at lists.netfielders.de
http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english
Onno Schuit
2006-01-05 15:43:39 UTC
Permalink
This is documented here:

http://typo3.org/documentation/document-library/rtehtmlarea/

Specifically, see the item "0.2.17 FAQ: Why can't I get all buttons to
be displayed?":

http://typo3.org/documentation/document-library/rtehtmlarea/FAQ_Why_can_t_I_get/


You might want to try this first, though:

1. in Typ3o, go to the extension manager ("Tools > Ext Manager", in menu
panel on the left)
2. find the extension (rtehtmlarea), open it
3. under "Enable features", tick "Enable all editor options"

Onno
Post by Anna Tam
Thanks Onno. I've just checked with my administrator. He is quite new to
Typo3 and told me he has not much clue as to how to configure the button.
Can you give him some hint how to do this?
Thanks very much.
Anna
Anna Tam
2006-01-05 17:41:05 UTC
Permalink
We have installed the extension (rtehtmlarea) and it is working perfectly. I
can now have the justify and other functions.

Many thanks.

Anna
Post by Onno Schuit
http://typo3.org/documentation/document-library/rtehtmlarea/
Specifically, see the item "0.2.17 FAQ: Why can't I get all buttons to
http://typo3.org/documentation/document-library/rtehtmlarea/FAQ_Why_can_t_I_get/
1. in Typ3o, go to the extension manager ("Tools > Ext Manager", in menu
panel on the left)
2. find the extension (rtehtmlarea), open it
3. under "Enable features", tick "Enable all editor options"
Onno
Post by Anna Tam
Thanks Onno. I've just checked with my administrator. He is quite new to
Typo3 and told me he has not much clue as to how to configure the
button.
Post by Anna Tam
Can you give him some hint how to do this?
Thanks very much.
Anna
_______________________________________________
TYPO3-english mailing list
TYPO3-english at lists.netfielders.de
http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english
Onno Schuit
2006-01-05 15:09:41 UTC
Permalink
By the way, a quick fix would be to go to the html code if you can (use
"<>" button) and wrap your text in these tags:

<p style="text-align: justify;">

--- your text ---

</p>

This is what the RTE does, too, in the background.


Onno
Post by Anna Tam
Hi. Just want to clarify that I want to know how to align the text at the
left and right side at the same time using the Rich Text Editor. Reply much
appreciated.
Anna
Hi guys,
I'm an editor and using typo3 for editing content.
I have a question and appreciate your help.
How can I align the text at the right side? The Rich Text Editor I am
using only allows me to align the text at the left. Thanks a lot.
Anna
Loading...