I have a side nav bar, and header. My forums are obviosuly in the content body window. However they touch my side bar. I need the width of the forums from 100% to like 95%.
I thought it would be under style --> Main Table Width
I changed that to 95% and it didnt work. I tried 500px, or anything really, and still didnt work. The only way I have gotten it to work is to manually edit each template and set the table width to 95%.
This is sort of a pain. Is this the only way?
Here is the code I have for my side nav bar
and here is a screenshot
http://www.vbulletin.org/forum/attac...chmentid=26509
I thought it would be under style --> Main Table Width
I changed that to 95% and it didnt work. I tried 500px, or anything really, and still didnt work. The only way I have gotten it to work is to manually edit each template and set the table width to 95%.
This is sort of a pain. Is this the only way?
Here is the code I have for my side nav bar
Code:
<table cellpadding="0" cellspacing="0" border="0" width="100%" align="center"> <tr> <td bgColor="#660033" width="14%" valign="top" rowspan="2"> <!--Start of the menu --> Links Start Here <td bgColor=#ffffff width="100%" height="1" colspan="2"> <img border="0" src="left_curve.gif" width="29" height="28"> <tr valign="top"> <td bgColor=#ffffff width="100%" height="789" valign="top">
http://www.vbulletin.org/forum/attac...chmentid=26509
Comment