MyBB Community Forums

Full Version: Please help
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I am having trouble with the stats on the bottom of my index.php page. They are all stacked up on the left hand side, and I have no clue why...

How can I change this?

To see the problem, just go here.
Somewhere in that template you have either have one too many </table>, or one missing.. Sad

Else you may need to add <colspan="??"> "The script" </span> to the line that goes like this.. <td class="thead" colspan="4"> etc etc.... </span>
See this thread for further help, on the same problem: http://community.mybboard.net/showthread.php?tid=17978
You need to change/add the colspan

colspan="2"

so it should look like this
<tr><td class="tcat" colspan="2"><strong>{$lang->boardstats}</strong></td></tr>