I've posted this on vB.org, but I thought I might as well see if anybody here can help with a width problem.
I installed a vB3 side bar hack and everything is fine except one think that is driving me nuts.
The forum home now and the side bar are slight less narrow combined than the header and navbar width on both sides.
here is my code being used to control the width:
Can anybody see what can be added to that code or altered to fix this width problems. If you look at my forum homepage you will see the navbar is slightly wider than the forum now
EDIT:
Problem has been solved over at at vB.org
I installed a vB3 side bar hack and everything is fine except one think that is driving me nuts.
The forum home now and the side bar are slight less narrow combined than the header and navbar width on both sides.
here is my code being used to control the width:
Code:
<table cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="$stylevar[outertablewidth]" class="page" align="center"> <tr> <td width="20%" valign="top">
EDIT:
Problem has been solved over at at vB.org
Comment