MyBB-Themes - Designs and Themes for the MyBBoard

Full Version: forum vertical alignment
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I have problem in my forum with browser iexplore:

screnn 26 is Fireffox
screen 27 is IE
Do you set up exact withs?
where?
on the forum bit templates
my forumbit_depth1_cat

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}" /></div>
<div><strong><a href="forumdisplay.php?fid={$forum['fid']}">{$forum['name']}</a></strong><div class="minitext">{$forum['description']}</span></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="85" align="right" style="white-space: nowrap"><strong>{$lang->forumbit_threads}</strong></td>
<td class="tcat" width="85" align="right" style="white-space: nowrap"><strong>{$lang->forumbit_posts}</strong></td>
<td class="tcat" width="200" align="center"><strong>{$lang->forumbit_lastpost}</strong></td>
</tr>
<span style="font-size: 10px;">{$sub_forums}</span>
</tbody>
<thead>
<tr>
<td class="cat_end" colspan="5">
</td>
</tr>
</thead>
</table>
<br />

The problem is that the written description of the forum not return to head with IE
Hmm maybe you try can try this in the first line:
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder" width="100%">
nothing changes Huh
hmm then i have no idea. Sad

well except tial and error tactics Tongue
Reference URL's