aaaacckkk!! I'm not real sure what could be wrong here, but I'm getting this (see attachment) 2 thead strips!
Any help would be appreciated!
EDIT -
This is showing up in my forumhome page source view -
Code:
<table class="tborder" cellpadding="6" cellspacing="1" border="0" width="100%" align="center">
<thead>
<tr align="center">
<td class="thead"> </td>
<td class="thead" width="100%" align="left">Forum</td>
<td class="thead" width="175">Last Post</td>
<td class="thead">Threads</td>
<td class="thead">Posts</td>
</tr>
</thead><table class="tborder" cellpadding="6" cellspacing="1" border="0" width="100%" align="center">
<tbody>
<tr>
<td class="tcat" colspan="5">
<a style="float:right" href="#top" onclick="return toggle_collapse('forumbit_4')"><img id="collapseimg_forumbit_4" src="http://www.exquisitelyerotic.net/forums/images/exquisitelyerotic/buttons/collapse_tcat.gif" alt="" border="0" /></a>
<a href="forumdisplay.php?f=4">What's On Your Mind</a>
</td>
</tr>
</tbody>
<tbody id="collapseobj_forumbit_4" style="">
<tr align="center">
<td class="thead" width="35"> </td>
<td class="thead" align="left">Forum</td>
<td class="thead" width="175">Last Post</td>
<td class="thead" width="65">Threads</td>
<td class="thead" width="65">Posts</td>
</tr>
clearly showing two instances of thead strips. It looks like the first one wasn't deleted before it was moved to beneath the tcat strip, thus giving me two of them?
what gives?