Quote:
Originally Posted by ArnyVee
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>
|
Hey Arney,
Here is a simple way to fix that: replace $sect with "Walt Disney Board Videos" see below on how I changed mine to Fitaholic Fitness Videos and that is the only thing that displays and your bar is back.
HTML Code:
<table class="tborder" width="100%" cellpadding="6" cellspacing="0">
<tr><td class="tcat" colspan="3">Fitaholic Fitness Videos</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>
P.S. How do you copy your screen? (the thumbnail you made)