1

Topic: change small thing

hey, i want to change small thing
i want the forum users info (name,ava,location) to be <center> , not <left> as it is for now

Re: change small thing

Try something like .postleft { text-align: center } in your stylesheets.

"Programming is like sex: one mistake and you have to support it for the rest of your life."

3 (edited by coxis 2006-03-03 13:56)

Re: change small thing

thanx

/* 8.1 Padding around left and right columns in viewtopic */

DIV.postleft { text-align: center } DL, DIV.postright {PADDING: 6px}

look for your self: http://guistyles.com/forum/viewtopic.php?id=160

but also how could i add the Online and offline to be center ?

and add a space before the whole info user
a space before CoXiS, before the name , one line space

thanx

Re: change small thing

This should take care of the offline/online text

div.postfootleft { text-align:center }

5

Re: change small thing

Works great smile

DIV.postfootleft { text-align:center } P,
DIV.postleft { text-align: center } DL,

This are the changes.

Last thing how to add this space line ?