Code:
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<thead>
<tr>
<td class="thead">
<div class="expcolimage"><img src="{$theme['imgdir']}/collapse{$collapsedimg['forumoptions']}.gif" id="forumoptions_img" class="expander" alt="[-]" title="[-]" /></div>
<div><strong>Forum Options</strong></div>
</td>
</tr>
</thead>
<tbody style="{$collapsed['forumoptions_e']}" id="forumoptions_e">
<tr><td class="tcat"><strong>Thread Legend</strong></td><td class="tcat"><strong>Tools</strong></td></tr>
<tr>
<td class="trow1">
<div class="float_left">
<dl class="thread_legend smalltext">
<dd><img src="{$theme['imgdir']}/newfolder.gif" alt="{$lang->new_thread}" title="{$lang->new_thread}" /> {$lang->new_thread}</dd>
<dd><img src="{$theme['imgdir']}/newhotfolder.gif" alt="{$lang->new_hot_thread}" title="{$lang->new_hot_thread}" /> {$lang->new_hot_thread}</dd>
<dd><img src="{$theme['imgdir']}/hotfolder.gif" alt="{$lang->hot_thread}" title="{$lang->hot_thread}" /> {$lang->hot_thread}</dd>
</dl>
</div>
<div class="float_left">
<dl class="thread_legend smalltext">
<dd><img src="{$theme['imgdir']}/folder.gif" alt="{$lang->no_new_thread}" title="{$lang->no_new_thread}" /> {$lang->no_new_thread}</dd>
<dd><img src="{$theme['imgdir']}/dot_folder.gif" alt="{$lang->posts_by_you}" title="{$lang->posts_by_you}" /> {$lang->posts_by_you}</dd>
<dd><img src="{$theme['imgdir']}/lockfolder.gif" alt="{$lang->locked_thread}" title="{$lang->locked_thread}" /> {$lang->locked_thread}</dd>
</dl>
</div>
<br style="clear: both" />
</td>
<td class="trow2" align="right">
{$searchforum}
{$forumjump}
<br />
{$inlinemod}
</td>
</tr>
</table>
<table border="0" cellspacing="0" cellpadding="6" class="tborder" style="clear: both;">
<tr>
<td class="tcat" width="100%">
{$moderatedby}
</td>
</tr>
<tr>
<td class="tcat" width="100%">
{$usersbrowsing}
</td>
</tr>
</table>
<br style="clear: both" />
{$inline_edit_js}
</tbody>
</table>
|
If you want to fix that table header only, try to add colspan="2" in the table header (line #4).
I changed like 4 to:
<td class="thead" colspan="7">
End it worked
Thank you.
Next time, please describe your issue and possibly attach a screenshot, as opposed to just dumping code.
There was one screenshot there but it was hosted using imageshack and I don't know why it didn't show up so I removed it.. Now I re-added the image.
No problem... I just noticed that the image wasn't there anymore.. had to edit the other thread I made in MyBB.com support