Spick, that looks like a colspan problem. You need to check both the forumhome and forumhomebit templates. The first sets the width for the heading part.... the second sets the width for the rows.
You have the big black gob at the right side because colspan is set to 7 in one place, but it's only set to 6 in another.
The other problem is in the tables and rows you have set. The "private messages" shows up on the same line (row) as "today's birthdays." You want those to be separate rows, right? If so, then you're missing an ending </tr> after one line and a new <tr> on the other.
Hope this helps a little. Good luck.
|