Quote:
Originally Posted by SNATCH3R
I am not getting it aligned properly.....anybody else got the problem ?
|
Try this code and see if its what you are looking for..
Replace the
todays_top_poster template with the code below.
Code:
<div id="wgo_top_posters" class="wgo_subblock collapse">
<h3 class="blocksubhead"><img src="{vb:stylevar imgdir_misc}/forum_stats.png" alt="{vb:raw top_posters_title}"/> {vb:raw top_posters_title} </h3>
<a class="collapse" id="collapse_top_posters_list" href="{vb:raw relpath}#top"><img src="{vb:stylevar imgdir_button}/collapse.png" alt="" title="{vb:raw top_posters_title}" /></a>
<div id="top_posters_list">
<table class="block" cellpadding="6" cellspacing="6" border="0" width="100%" align="center">
<tr>
<vb:if condition="$todays_top_posters">
{vb:raw todays_top_posters}
<vb:else />
{vb:rawphrase todays_top_poster_no_posters}
</vb:if>
</tr>
</table>
</div>
</div>