Hallo,
Jetz habe ich zwei Probleme. Das erste das die Ränder der Tabelle unterschiedlich dick sind, obwohl ich border=1 gesetzt habe.
Das müsste das colspan erledigen (s.u.)
Und das zweite Problem ist das wenn ich die unteren 3 spalten mit colspan zu einer zusamennfasse die schript dort um einiges größer ist als normal. Ich hoffe ihr könnt mir helfen.
<html>
<head>
<link rel="stylesheet" href="main.css" type="text/css">
</head>
<body>
<center>
<table border="1" bordercolor="#000000" width="850" cellpadding="0" cellspacing="0">
<tr width="100%" height="75">
<td></td>
^^^^^^ da fehlt ein colspan="3"
</tr>
<tr width="100%" height="450">
<td width="20%">TEST</td>
<td width="65%">TEST</td>
<td width="15%">TEST</td>
</tr>
<tr>
<th colspan="3">TEST</th>
^^^^^^^ wenn du dadraus ein td (_kein_ th) machst passts mit der schrift
</tr>
</table>
</center>
</body>
</html>
mfg,
Philip
:::::::: http://www.metrox.de ::::::::