So, I removed the $sect part of the code below and it worked!
But, it made the 'bar' at the top of that window/table at half the size of the 'normal' one. You can see on my attachment the difference if you look at the left hand side.
How can I fix that?
Code:
<table class="tborder" width="100%" cellpadding="6" cellspacing="0">
<tr><td class="tcat" colspan="3">$sect</td></tr>
<tr align="center">
$vBTube_bits
</tr>
<if condition="$totalpages!=''">
<tr>
<td class="tfoot" align="left">$pre</td>
<td class="tfoot" align="center">$cur</td>
<td class="tfoot" align="right">$nex</td>
</tr>
</if>
</table>