09-24-2008, 01:00 AM
09-29-2008, 12:54 AM
Do you set up exact withs?
09-29-2008, 11:38 PM
where?
09-30-2008, 08:23 AM
on the forum bit templates
09-30-2008, 05:20 PM
my forumbit_depth1_cat
The problem is that the written description of the forum not return to head with IE
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
10-01-2008, 06:42 AM
Hmm maybe you try can try this in the first line:
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder" width="100%">
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder" width="100%">
10-01-2008, 11:05 PM
nothing changes 

10-02-2008, 04:41 AM
hmm then i have no idea. 
well except tial and error tactics

well except tial and error tactics
