MyBB Community Forums

Full Version: images on bottom left under forum
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
does anyone know how to add image here

[attachment=16435]
I willing this thing too.
I tried with this code:
<tr>
<td class="tcat" width="100%"><span class="smalltext"><strong>{$lang->whos_online}</strong> [<a href="online.php">{$lang->complete_list}</a>]</span></td>
</tr>
<tr>
<tr><td class="tcat" align="left"><img src="images/affiliates.png" valign="middle" alt="*" border="0" /></td>
<td class="trow1" align="left">
<div class="smallfont">
<div>{$lang->online_note}<br />{$onlinemembers}</div>
</div></td></tr>
<th class="tcat" width="100%"><span class="smalltext">UserGroup Legend</th>
</tr>
<tr>
<td class="trow1" valign="top" align="left" width="100%"><span class="smalltext">
<span style="color: blue;"><strong>Administrators</strong></span> •
<span style="color: green;"><strong>Global Moderators</strong></span> •
<span style="color: red;"><strong>Sectional Moderators</strong></span> •
<span style="color: black;"><strong>Veteran</strong></span> •
<span style="color: purple;"><strong>Donators</strong></span> •
<span style="color: orange;"><strong>RSS Bot</strong></span></tr>

And look what I got:
[attachment=16464]

How do I align the contents?
Try this tutorial. And please remember, that is in default index_boardstats template.