Quote:
Originally Posted by Gary Bolton
I have one little question and I've attached an image to show you what I mean. The border in the left side column is slightly wider (thicker) than the border that goes around the forum to match it perfect. how can the border be made the same width as the forums.
|
oooops
Missed a smidge of code from the replacement.
In the forumhome template find
Code:
<td valign="top" width="160px">
<table class="tborder" border="0" width="100%" align="center">
and replace with
Code:
<td valign="top" width="160px">
<table class="tborder" border="0" width="100%" cellspacing="$stylevar[cellspacing]" cellpadding="$stylevar[cellpadding]" align="center">
That should fix the problem.