MyBB Community Forums

Full Version: modify
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
i try to modify the stats section what am i doing wrong

[attachment=20699]

this is the code i use

<tr><td class="tcat" colspan="2"><strong>{$lang->boardstats}</strong></td></tr>
<tr>
<td class="trow1" width="2%"><img src="YOUR IMAGE LINK" alt="{$lang->boardstats}" /></td>
<td class="trow1"><span class="smalltext">
{$lang->stats_posts_threads}<br />
{$lang->stats_numusers}<br />
{$lang->stats_newestuser}<br />
{$lang->stats_mostonline}
</span>
</td>
</tr>
<tr><td class="tcat" colspan="2"><strong>{$lang->boardstats}</strong></td>
<td class="trow1" width="2%"><img src="YOUR IMAGE LINK" alt="{$lang->boardstats}" /></td>
<td class="trow1"><span class="smalltext">
{$lang->stats_posts_threads}<br />
{$lang->stats_numusers}<br />
{$lang->stats_newestuser}<br />
{$lang->stats_mostonline}
</span>
</td>
</tr> 
Try this.
no it did not fix it
What exactly are you trying to do the screen shot is a little small