MyBB Community Forums

Full Version: How can i "Center" this?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Well, basically i want to center the (on.gif, off.gif, and offlock.gif) how can i do that?

Screen Shot: http://gyazo.com/ef9577920de8e74163591b7261010ddf

I want to center it between that table, or box. So how can I?
admin panel >> templates >> active theme templates >> Forum Bit Templates >> forumbit_depth2_forum

find code like below
<td class="{$bgcolor}" align="center" valign="top" width="1"><img src="{$theme['imgdir']}/{$lightbulb['folder']}.gif" alt="{$lightbulb['altonoff']}" title="{$lightbulb['altonoff']}" class="ajax_mark_read" id="mark_read_{$forum['fid']}" /></td>

change valign="top" to valign="middle" and save the template