Ganz einfache Frage:
ich hab ne Tabelle und möchte dort noch 2 weitere Teile einfügen.
Das hab ich jetzt über die Spalten probiert:
<html>
<head>
<title></title>
</head>
<body>
<table height="1200" width="975" style="BORDER: #000000 1px solid;">
<tr>
<td height="1200" width="975">
<table>
<tr>
<th style="BORDER: #000000 1px solid;">
XXX
</th>
</tr>
<tr>
<th style="BORDER: #000000 1px solid;">
YYY
</th>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>
Nur sind die Spalten aber untereinander, ich möchte sie nebeneinander ...
TIA Chris