Quote:
Originally Posted by peterska2
In your forum home template
find
Code:
<!-- peterska2 side column -->
<table border="0" width="100%" cellspacing="0" cellpadding="0">
<tr>
<td>
<table class="tborder" cellpadding="6" cellspacing="1" border="0" width="100%" align="center">
<!-- / peterska2 side column -->
replace with
Code:
<!-- peterska2 side column -->
<table border="0" width="100%" cellspacing="0" cellpadding="0">
<tr>
<td valign="top">
<table class="tborder" cellpadding="6" cellspacing="1" border="0" width="100%" align="center">
<!-- / peterska2 side column -->
That should solev the problem
|
There is something wrong here. I cant find first code above. in forum home template. There is
Code:
!-- peterska2 side column -->
<table border="0" width="100%" align="center">
<tr>
<td valign="top" width="160px">
<table class="tborder" border="0" width="100%" align="center">
$sidecolumn
</table>
</td>
<td>
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<!-- / peterska2 side column -->
Pls help. I use it the right side. And i want to see it every page.