article "justify"

Use GitHub to post feature requests for phpwcms.
Locked
Gangrel
Posts: 5
Joined: Mon 19. Apr 2004, 14:11

article "justify"

Post by Gangrel »

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.... :D
Rollenspiele-Netz.de - Dein Rollenspiele Portal!
Jan212
Posts: 859
Joined: Wed 28. Jan 2004, 21:38
Location: Solingen
Contact:

Post by Jan212 »

ä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.
------------------------------------------------
Gangrel
Posts: 5
Joined: Mon 19. Apr 2004, 14:11

Post by Gangrel »

really? Hmm ok it is not if I create, but I will look at that file ;)
Rollenspiele-Netz.de - Dein Rollenspiele Portal!
User avatar
DeXXus
Posts: 2168
Joined: Fri 28. Nov 2003, 06:20
Location: USA - Florida

Post by DeXXus »

Jan212 wrote:ähm - the article text normally is defined as 'justify' in phpwcms_template/inc_css/frontend.css
Also seems to be defined that way in:

"./include/inc_css/article.css" -and- "./phpwcms_frontend.css"

Code: Select all

.articleText { text-align: justify; }
Locked