MyBB Community Forums

Full Version: Much Space...[HELP]
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi guys.
I followed this tutorial http://community.mybboard.net/thread-53881-page-1.html and I got this image into the subforums:
[attachment=15365]

How I can remove the space in red?
Here is the code that is used into forumdisplay_subforums
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="thead" colspan="6" align="center"><strong>{$lang->sub_forums_in}</strong></td>
</tr>
<tr>
<td class="tcat"></td>
<td class="tcat" width="2%">&nbsp;</td>
<td class="tcat" width="59%"><span class="smalltext"><strong>{$lang->forumbit_forum}</strong></span></td>
<td class="tcat" width="7%" align="center" style="white-space: nowrap"><span class="smalltext"><strong>{$lang->forumbit_threads}</strong></span></td>
<td class="tcat" width="7%" align="center" style="white-space: nowrap"><span class="smalltext"><strong>{$lang->forumbit_posts}</strong></span></td>
<td class="tcat" width="15%" align="center"><span class="smalltext"><strong>{$lang->forumbit_lastpost}</strong></span></td>
</tr>
{$forums}
</table>
<br/>
Can you tell us what tutorial...??
Here: http://community.mybboard.net/thread-53881-page-1.html
And the error is in the subforums.
bump...
try this:

<td class="tcat" width="1%></td>
<td class="tcat" width="1%">&nbsp;</td>
Thanks a lot!
It worked.