MyBB Community Forums

Full Version: Weird table border at edge?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Can someone help me out with this?

[Image: weird-border.png]
Can you provide your forum url? Smile
Looks like the tborder? set the border to 0px.
This is my forum bit code is something messed up here:

<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}" title="{$expaltext}" /></div>
<div><span id="{$forum['fid']}name"><a href="{$forum_url}">{$forum['name']}</a></span> &nbsp; <span class="smalltext forumdesc" id="{$forum['fid']}description">{$forum['description']}</span></div>
</td>
</thead>
<tbody style="{$expdisplay}" id="cat_{$forum['fid']}_e">
<tr>
<td class="tcat" colspan="2"><span id="{$forum['fid']}name"><strong>Forum</strong></span> &nbsp; <span class="smalltext forumdesc" id="{$forum['fid']}description">{$forum['description']}</span></td>
<td class="tcat" width="85" align="center" style="white-space: nowrap"><span class="smalltext"><strong>{$lang->forumbit_threads}</strong></span></td>
<td class="tcat" width="85" align="center" style="white-space: nowrap"><span class="smalltext"><strong>{$lang->forumbit_posts}</strong></span></td>
<td class="tcat" width="200" align="center"><span class="smalltext"><strong>{$lang->forumbit_lastpost}</strong></span></td>
</tr>
{$sub_forums}
</tbody>
</table>
The issue is probably in your CSS, not the template.
Bump. Anybody know? I need to know also.
yta i still didnt figure it out
Please provide a link to your forum.