article "justify"
article "justify"
At the moment, if I made articles I can choose from left, centre and rights alignment, but justify is not there! So I must look to HTML and change it manually, is there a way that justify comes too? I think it was only a "little" change request.... 
Rollenspiele-Netz.de - Dein Rollenspiele Portal!
ähm - the article text normally is defined as 'justify' in phpwcms_template/inc_css/frontend.css
Regards/ Grüsse/ Groetjes - JAN212
------------------------------------------------
null212 - Büro für Kommunikation und Design
------------------------------------------------
Lyrikfetzen des Tages
1. Ist der Quelltext auch valide fragt Herr Müller ganz perfide.
2. Wat is dat een lekker ding.
3. Wer Vision hat soll zum Arzt gehen.
------------------------------------------------
------------------------------------------------
null212 - Büro für Kommunikation und Design
------------------------------------------------
Lyrikfetzen des Tages
1. Ist der Quelltext auch valide fragt Herr Müller ganz perfide.
2. Wat is dat een lekker ding.
3. Wer Vision hat soll zum Arzt gehen.
------------------------------------------------
Also seems to be defined that way in:Jan212 wrote:ähm - the article text normally is defined as 'justify' in phpwcms_template/inc_css/frontend.css
"./include/inc_css/article.css" -and- "./phpwcms_frontend.css"
Code: Select all
.articleText { text-align: justify; }