Hallo,
kann mir jemand helfen habe eine Tabelle gemacht nun will ich in der einen großen Zelle am oberen Rand noch 1 Tabelle mit 2 Zeilen und 3 Spalten einfügen und am unteren Rand nochmal das selbe.
Kann mir jemand sagen wie das hinhaut wenn das geht.
Das hab ich bis jetzt hingekriegt. Aber am ausrichten der Zellen hauts nicht mehr hin.
Konnte in der Suche nix finden
<html>
<head>
<style type="text/css">
body { background-color:rgb(190,190,190) }
p { color:#223; background-color:#rgb }
blockquote { background-color:rgb(60%,90%,75%) }
</style>
</head>
<body>
<table border="1" width="100%">
<tr>
<td width="15%" height="100">Test</td>
</table>
<table border="1" width="100%">
<td width="15%" height="800">Test</td>
<td width="85%" height="800"> Test</td>
<table border="1" width="100%">
<td width="33%" height="50"> test</td>
<td width="33%" height="50"> test</td>
<td width="33%" height="50"> test</td>
</table>
</body>
</html>