MyBB Community Forums

Full Version: vertical centered
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
First of all Happy Easter to everybody.

I the front of the board stats like there are:

who is online today
who was online today
online countries
todays birthdays
board statistics

I wanne have a small icon, there is a small problem, when I do this with this code

<tr>
<td class="tcat"><span class="smalltext"><strong>
<img border="0" src="http://www.ikf-forum.eu/indeximages/isonline.gif" width="20" height="20" >&nbsp;&nbsp; {$lang->whos_online}</strong> [<a href="online.php">{$lang->complete_list}</a>]</span></td>
</tr>
<tr>
<td class="trow1"><span class="smalltext">{$lang->online_note}<br />{$onlinemembers}</span></td>
</tr>

the icon is higher then the text is (not centered).
You get something like this
___ who is online

but I wanne have the icon and the text centered, like this
---- who is online

What do I had to change
I can only offer a suggestion, since I can't really see it (a screenshot would be nice).

With the text, try setting the style in CSS as such:
	vertical-align: 10px;