Hi,
habe ein Grundgerüst für eine Homepage erstellt:
<html>
<head>
<title>Test</title>
</head>
<body>
<table border="0" cellpadding="0" cellspacing="0" width="800">
<tr>
<td colspan="2" bgcolor="#FF00FF">Oben</td>
</tr>
<tr>
<td rowspan="2" bgcolor="#FFFF00">Menüpunkt-01
<p>Menüpunkt-02</p>
<p>Menüpunkt-03</p>
<p>Menüpunkt-04</p>
<p>Menüpunkt-05</p>
<p>Menüpunkt-06</p>
<p>Menüpunkt-07</p>
<p>Menüpunkt-08</p>
<p>Menüpunkt-09</p>
<p>Menüpunkt-10</td>
<td width="100%" bgcolor="#FF0000">Inhalt</td>
</tr>
<tr>
<td bgcolor="#00FF00">Unten</td>
</tr>
</table>
</body>
</html>
Nun habe ich das Problem, daß "Unten" immer genauso groß ist wie "Inhalt". Wie mache ich das so klein das nur 1 Textzeile darin platz hat und auch so klein bleibt, egal wieviele Menüpunkte ich einfüge?