Quote:
Originally Posted by Terror
in our forum style not only the font size doesn´t fit.
pic 1 is the forumhome, pic 2 is the vbtubepro-home (the way it was before/should be).
|
That was also my isue,but today I have found the solution.
Replace (copy &paste) the vbtube_latest_top_result template with:
<td align="center">
<table class="tborder" cellpadding="5" cellspacing="0" width="100%" align="center">
<tr>
<td width="150" height="30" colspan="$ltop_count" valign="top" class="thead" style="padding:0px"><div align="center"><b>$tubes_top[title]</b></div>
</a>
</td>
</tr>
</table>
<table border="0" cellpadding="5" cellspacing="0" width="100%" align="center">
<tr>
<td class="alt2"><div align="center">
<a href="$tubes_top[link]"><img src="$tubes_top[link1img]" border="0" width="130" height="90" alt="$tubes_alt_title"></a>
</div>
</td>
</tr>
</table>
</td>