Topic: Forum Width

Im not so good w/ php and stuff, so heres my question.
I want to set the forum/table width (w/e) to 750 pixels.
How do I do that?

Re: Forum Width

look in includes/templates/main.tpl

3 (edited by Cloud$trife 2004-10-07 19:21)

Re: Forum Width

yeah... im looking @ it...
what should i add and where... ^_^
if i try to put a width in the table tag it doesnt work obvious...
help pls...
thnx in advance

Re: Forum Width

why is this dot in front of this...

· Forum Width

?

Re: Forum Width

Try wrapping it in a <div> asdfasdf </div>. You can then set the width of the div and all the PunBB content inside will follow.

The dot means you've posted a message in the topic.

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

6

Re: Forum Width

I cant get it... I got the forum smaller by putting it in a table, but thats not gonna work if I make it centered... All the text gets centered too then

Could use some help here


roll roll roll

7

Re: Forum Width

<table style="width: 750px; margin-right:auto;margin-left:auto">

Doesn't work in IE5 though. For the IE5 fix see here
http://www.simplebits.com/notebook/2004 … ering.html

8

Re: Forum Width

check out your CSS