i found where is the problem.
In your forumhome template found
PHP Code:
<!-- main -->
<table cellpadding="{tableouterborderwidth}" cellspacing="0" border="0" bgcolor="{tablebordercolor}" {tableouterextra} width="{contenttablewidth}" align="center"><tr><td>
<table cellpadding="4" cellspacing="{tableinnerborderwidth}" border="0" {tableinnerextra} width="100%">
$forumbits
and replace
PHP Code:
cellspacing="{tableinnerborderwidth}"
by
PHP Code:
cellspacing="0"
After this modification for my forum it's allright. I think you too.