1

Topic: How can I set the board width to certain size

now style.css says #punwrap {margin: 12px 20px}

I want it to be 760 pixels.

Thanks!

Re: How can I set the board width to certain size

#punwrap {width: 760px; margin: 12px auto}

http://wiki.punres.org/Change_forum_width

My stuff or my style might sux, but atleast I'm willing to help when I can.
Don't be stupid and help ! We are the stupid one's !!!

3

Re: How can I set the board width to certain size

Thank you smile