[Wbblite] Posteingang oben - Tabelle verzerrt

Miss Diana
klick

Wie bekomme ich die Tabelle wieder "normal"?
Linkenfels
Zeig mal bitte die veränderten Datein.. Augenzwinkern
Miss Diana
Puh, ich weiß gar nicht mehr, welche ich verändert habe. großes Grinsen
Aber ich glaube, die im Anhang müssten es sein.^^
Linkenfels
Ich kann die so nicht öffnen. Kannst du eventuell die index.tpl mal hier direkt reinstellen ( [*code*]...[*/code*] )?
Miss Diana
Ja, klar. Hier:

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:
{!DOCTYPE}
<html>
<head>
<title>$master_board_name - Startseite</title>
$headinclude
</head>

<body id="bg">
 $header
 $welcome
 $index_pms
</table><br>
<table cellpadding=4 cellspacing=1 border=0 width="{tableinwidth}" bgcolor="{tableinbordercolor}">
 <tr bgcolor="{tabletitlecolor}" id="tabletitle">
  <td><smallfont>&nbsp;</font></td>
  <td width="80%"><smallfont color="{fontcolorsecond}"><b>Foren</b></font></td>
  <td align="center"><smallfont color="{fontcolorsecond}"><b>Beitr&auml;ge</b></font></td>
  <td align="center"><smallfont color="{fontcolorsecond}"><b>Themen</b></font></td>
  <td align="center" nowrap><smallfont color="{fontcolorsecond}"><b>Letzter Beitrag</b></font></td>
 </tr>
 $boardbit
</table>
<br>
<table cellpadding=4 cellspacing=1 border=0 width="{tableinwidth}" bgcolor="{tableinbordercolor}">
 $index_useronline
 $index_pms
 $index_showevents
 $index_stats
</table>
$quicklogin
<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>
.Senseless
index_hello.tpl

code:
1:
2:
3:
4:
5:
6:
7:
8:
9:
<tr bgcolor="{tablecolora}" id="tablea">
 <td colspan="2"><table width="100%" cellspacing=0 cellpadding=0 border=0>
  <tr>
   <td><smallfont>Willkommen zur&uuml;ck, <b>$wbbuserdata[username]</b> <a href="logout.php?sid=$session[hash]">[abmelden]</a><br>Dein letzter Besuch war am: $lastvisitdate <font color="{timecolor}">$lastvisittime</font>.</font></td>
   <td align="right"><smallfont>Es ist jetzt <font color="{timecolor}">$currenttime</font> Uhr.<br>Alle Zeiten in diesem Forum sind GMT $toffset Stunden.</font></td>
  </tr>
 </table></td>
</tr>


Probier mal das.