2012-03-22, 01:15 PM
Hello MyBB. I have a problem that I cand deal myself.
As you can see in this image, the text is located in the top of the border:
![[Image: 95152452998719829342.png]](https://camo.mybb.com/ac3cfe0780cdead06689c8081d1ec259d4913bfa/687474703a2f2f75706c6f6164696d6167652e726f2f696d616765732f39353135323435323939383731393832393334322e706e67)
What I want to do is to center it like this:
![[Image: 43942541236045507280.png]](https://camo.mybb.com/c47706c9800bace30ca6b7f92ab04969122a1c71/687474703a2f2f75706c6f6164696d6167652e726f2f696d616765732f34333934323534313233363034353530373238302e706e67)
My forumbit_depth1_cat is looking like this:
Thank you in advance for your help!
This thread can be closed. I manage to figure it out. It was a CSS problem.
As you can see in this image, the text is located in the top of the border:
What I want to do is to center it like this:
My forumbit_depth1_cat is looking like this:
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder2">
<thead>
<tr>
<div class="thead2_main"><div class="thead2_left"><div class="thead2_right2"><div class="thead_wrap">
<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>
</div></div></div></div>
</tr>
</tr>
<tbody style="{$expdisplay}" id="cat_{$forum['fid']}_e">
{$sub_forums}
</tbody>
</table>
<br />
Thank you in advance for your help!
This thread can be closed. I manage to figure it out. It was a CSS problem.