PDA

View Full Version : Restricting forum width?


Raph
08-24-2003, 02:55 AM
As you have here, when you change the browser window size the forum itself does not enlarge or morph as it would usually do.. I was wondering how to do this myself.

Thanks in advance!

Elmer
08-24-2003, 03:30 AM
In your admin go to Style manager and edit the All Style Options

you will find a feature named

Main Table Width (pixels or percentage)

what you have to do is put a fixed number like 750 instead of using percentages like 80% or 100%

Raph
08-24-2003, 03:49 AM
In your admin go to Style manager and edit the All Style Options

you will find a feature named

Main Table Width (pixels or percentage)

what you have to do is put a fixed number like 750 instead of using percentages like 80% or 100%

thanks for the quick responce, I appreciate it :)

I made the change, then I went into the header and changed the size for the top navigation buttons, and everything shifted to the left:

http://www.brainphreeze.com/dev

any idea how to correct this?

Elmer
08-24-2003, 03:53 AM
int the header put align="center" inside of the first <table> tag...

<table align="center" ....