
08-19-2006, 02:05 PM
|
|
|
Join Date: Dec 2004
Posts: 548
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by peterska2
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.
|
Thanks
|