Topic: Signature alignment and color.

Where do i change the signatures alignment? I want it to be located in the right side of posts.
Another thing i would like, is to change the color of the signature, to something vague so it doesn't interfere with the other content.

Thanks in advance! It's a pleasure to use PunBB!

Re: Signature alignment and color.

you can use bbcode in signatures. this will help with colors. not sure for alignment.

~James
FluxBB - Less is more

Re: Signature alignment and color.

Well, to change the color of all signatures (I believe that's what your asking for, Krigsoffer) you can probably add something like this to yourstyle_cs.css:

DIV.postsignature {COLOR:#somecolor}

If you add

; TEXT-ALIGN:right

after somecolor but before } that might take care of your alignment problem too, though I'm not sure.

Looking for a certain modification for your forum? Please take a look here before posting.

Re: Signature alignment and color.

Worked perfectly!

Thank you, and thanks again for the lightning reply!