Einzelnen Beitrag anzeigen
Alt 15.11.2005, 13:40   #4
Preacher
Inventar
 
Registriert seit: 20.10.2003
Ort: Celovec / Klagenfurt
Alter: 48
Beiträge: 2.559

Mein Computer

Preacher eine Nachricht über ICQ schicken
Standard

Kleiner Workaround:

<html>
<head>
<style>
td {
text-align: center;
width: 20%;
}
</style>
</head>

<body>
<table border="1" width="100%">
<tr>
<td colspan="5" style="width: 50%;">breit</td><td colspan="5" style="width: 50%;">breit</td>
</tr>
<tr>
<td colspan="2">schmal</td><td colspan="2">schmal</td><td colspan="2">schmal</td><td colspan="2">schmal</td><td colspan="2">schmal</td>
</tr>
<tr>
<td colspan="2">schmal</td><td colspan="2">schmal</td><td colspan="2">schmal</td><td colspan="2">schmal</td><td colspan="2">schmal</td>
</tr>
</table>


</body>
</html>
____________________________________
Bei Problemen zwei Griffe ranschweißen und aus dem Fenster .....
Preacher ist offline   Mit Zitat antworten