Topic: A new corporate forum
We just set this up today: http://www.mesatactical.com/forum/
Nothing fancy, but we like how it is visually integrated with the main site (which is based on TextPattern).
You are not logged in. Please login or register.
PunBB Forums → PunBB 1.2 show off → A new corporate forum
We just set this up today: http://www.mesatactical.com/forum/
Nothing fancy, but we like how it is visually integrated with the main site (which is based on TextPattern).
Doesn't seem all that bad, but the black background doesn't really suit the site layout.
You should make the width of the board smaller, then it will look good with the main site
i agree with PhaxeNor..
To change the width and center the forum
Item 5.1 in .css change this
#punwrap {margin: 12px 20px}
to this
#punwrap {width: 760px; margin: 12px auto}
I guess that's good advice, to make the forum fit the rest of the site better. But one of the things I don't like about the site design is its fixed width.
Anyway, I made the change Quaker suggested but also found I had to change the positioning of the H1 header from absolute to relative. Everything seems to work.
CSS is a little scary.
Edit: Anyone have any advice about how to remove the light-colored outline from around the header graphic? I can't find a line to edit in CSS. I suppose I'll have to add a new line?
Looks very nice now. Makes me feel that i'm still on the same site
And yea CSS is a little scary, but thats why we have forums like punbb, punres and punlancer So you can ask
I don't much about the CSS part so can't really help you there. Quaker is the one that does that job
Edit: Anyone have any advice about how to remove the light-colored outline from around the header graphic? I can't find a line to edit in CSS. I suppose I'll have to add a new line?
I may be incorrect, but try setting:
border: 0;
in the css for the image block.
PunBB Forums → PunBB 1.2 show off → A new corporate forum
Powered by PunBB, supported by Informer Technologies, Inc.