Problem unterm header

Googlefan
Hallo

In meinem Forum unterm Header erscheint ein grauer kasten und das "Wilkommen" ist an die linke seite gedrückt.
Bild:
http://www.bilder-hochladen.net/files/35xr-1-gif.html

index.tpl:

code:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
31:
32:
33:
34:
35:
36:
37:
38:
39:
40:
41:
42:
43:
44:
45:
46:
47:
48:
49:
50:
{!DOCTYPE}
<html>
<head>
<title>$master_board_name - Startseite</title>
$headinclude
</head>

<body id="bg">
 $header
 $index_pms
 $welcome

 



<table cellpadding=4 cellspacing=1 border=0 width="{tableinwidth}" bgcolor="{tableinbordercolor}">
 
 $boardbit
</table>
<br>
<table cellpadding=4 cellspacing=1 border=0 width="{tableinwidth}" bgcolor="{tableinbordercolor}">
 $index_useronline
  $index_showevents
 $index_stats
</table>
 $shoutbox



<table width="{tableinwidth}">
 <tr>
  <td align="right"><smallfont><a href="search.php?action=24h&sid=$session[hash]">aktive Themen der letzten 24h</a> | <a href="markread.php?sid=$session[hash]">alle Foren als gelesen markieren</a></font></td>
 </tr>
</table><br>
<table align="center">
 <tr>
  <td><img src="{imagefolder}/on.gif" border=0></td>
  <td><smallfont>neue Beitr&auml;ge&nbsp;&nbsp;&nbsp;&nbsp;</font></td>
  <td><img src="{imagefolder}/off.gif" border=0></td>
  <td><smallfont>keine neuen Beitr&auml;ge&nbsp;&nbsp;&nbsp;&nbsp;</font></td>
  <td><img src="{imagefolder}/offclosed.gif" border=0></td>
  <td><smallfont>Forum ist geschlossen</font></td>
 </tr>
</table>

$footer
</body>
</html>
Biggi
Puh, die Templates vom Lite kenne ich jetzt nicht so.
Aber in jedem Fall fehlt der Zelle mit "Willkomen zurück..." ein colspan.
Die Zelle steht aber nicht in dem von dir gepostten Template. Sie muß in der Variable $welcome stecken, hinter der sich ein weiteres Template verbirgt, nehme ich an.

Da muß jedenfalls colspan="2" ins öffnende Tabellenzellen-Tag rein.
Also <td colspan="2">.
Googlefan
Vielen Dank,

du hast mir sehr geholfen

Irre