MyBB Community Forums

Full Version: Center the Forum Status Icons in the index
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hi

i am trying to center the forum status icons in the index but i can't, the icons in the index are in the up and not in the center, and i want it in the center ... i need some hel please

screen
change valign="top" to valign="middle"
thanks men!!!
what temp do i need to look in to do this
(2008-08-25, 03:41 PM)KiLLMasTer Wrote: [ -> ]what temp do i need to look in to do this

Forum Bit -> forumbit_depth1_cat templates
I dont see it heres the code

<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<thead>
<tr>
<td class="thead" colspan="5">
<div class="expcolimage"><img src="{$theme['imgdir']}/{$expcolimage}" id="cat_{$forum['fid']}_img" class="expander" alt="{$expaltext}" title="{$expaltext}" /></div>
<div><strong><a href="{$forum_url}">{$forum['name']}</a></strong><br /><div class="smalltext">{$forum['description']}</div></div>
</td>
</tr>
</thead>
<tbody style="{$expdisplay}" id="cat_{$forum['fid']}_e">
<tr>
<td class="tcat" colspan="2"><span class="smalltext"><strong>{$lang->forumbit_forum}</strong></span></td>
<td class="tcat" width="200" align="center"><span class="smalltext"><strong>{$lang->forumbit_lastpost}</strong></span></td>
<td class="tcat" width="85" align="center" style="white-space: nowrap"><span class="smalltext"><strong>{$lang->forumbit_threads}</strong></span></td>
<td class="tcat" width="85" align="center" style="white-space: nowrap"><span class="smalltext"><strong>{$lang->forumbit_posts}</strong></span></td>
</tr>
{$sub_forums}
</tbody>
</table>
<br />