PDA

View Full Version : vbulletin main table width issues.. seems to affect some pages when it shouldnt?


sross
11-03-2009, 07:10 AM
vbulletin main table width, i have it set to 98% and this gives the look I am after however on showthread this setting is affecting the thread area making the threadbox are 98%, if i change the setting back to 100% for the main forum table the issue in showthread goes away. The same issue is in the footer, i need the footer to be 100% width but it is stuck at 98% is there a code that can tell areas like showthread or footer to ignore the 98% width? Thanks!

napy8gen
11-05-2009, 09:40 PM
Then try dont set the main table width in the stylevars. go to header template (style manager> stylename> common templates> header)and give the main table its own width.for example for default style.

change from.
<table border="0" width="$stylevar[outertablewidth]"
to
<table border="0" width="98%"