IW

Anonymous
Hello world! I am wondering how to set justified align of text in stories as default, you know, if i post a story in old plain text. I know is possible, but how! I want that all articles are aligned "justify", without HTML. Where is THTML or PHP file to set this? Please help, geeks. Thanks a lot!

Status: offline

knuff

Forum User
Full Member
Registered: 12/17/04
Posts: 340
this would go in your css file.
Vanrillaer.com - our Family Portal

IW

Anonymous
Sure, i was working on CSS style, could you be more specific? What exactly to do? What files need to be changed?

Status: offline

samstone

Forum User
Full Member
Registered: 09/29/02
Posts: 820
Each theme has different way of labelling css tags. There is no way to specify unless you specify the theme you are working with.

The best way is to learn some css, which is not that hard.

Sam

IW

Anonymous
Hey guys, don't play arroud with me. I know u can do it! What's that now, are you joking or what? Well, a solution should be easy. I think you can handle it. I am using customized "professional theme", if you wanna know. So, get some help, urgent!

Status: Banned

machinari

Forum User
Full Member
Registered: 03/22/04
Posts: 1512
add this to your style sheet:
Text Formatted Code
.story-box p { text-align: justify; }
 

that should do the trick unless you've removed/changed the class name from professional's story template files.