hallo,
bin zwar eigentlich schon lange dabei, also html etc., aber momentan hab ich nen recht großes problem. und zwar will ich ne inet seite basierend auf einer großen tabelle machen.
also oben ne art log, darunter dann links das menü, mitte das thema+inhalt und links dann einfach noch ein bischen space für werbung oder votes. also sone stani inet seite, wie man sie 1000 fach findet.
nur ist gerade mein problem, dass ich zwar das menü so hinbekomme, wie ich will, nur ist die mittel zelle nicht auf ihre 652 pxl breite beschränkt. ich hab einfach mal mehr buchstaben eingegeben als in diese 652 pxl passen und schwubs wird die zelle sehr viel größer.
vll habt ihr ja eine idee. ich pack hier einfach mal die tabelle rein, hab momentan noch keinen webspace, weil ich mir gerade neun suche, ansonsten würd ichs hochladen...
<table border="1" cellspacing="0" height="*" cellpadding="0" width="100%">
<tr>
<td width="1000" height="120" colspan="0">
</td>
</tr>
<tr width="1000" height="*">
<td width="1000" height="*" valign="top">
<table height="*" WIDTH="148" border=1 cellspacing=0 cellpadding="0"><tr><td width="148" height="*" valign="top">
<table height="*" WIDTH="148" border=0 cellspacing=0 cellpadding="0">
<tr>
<td background="images/menue.jpg" valign="middle" height="40" align="center">Menü</td>
</tr>
<tr>
<td>
<table width="148" height="*" border=0 cellspacing=0 cellpadding="0">
<tr>
<td width="3" height="*" background="images/tabl.jpg"></td>
<td width="148" height="*"><br>abc<br>a</td>
<td width="3" height="*" background="images/tabr.jpg"></td>
</tr>
</table>
</td>
</tr>
<tr>
<td height="4" width="148" background="images/unten.jpg"></td>
</tr>
</table>
</td>
<td width="652" height="*">a<br>asssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssasddddddddddddddddddddddddddddddddddddddddddddd
</td>
<td width="200" height="*">a
</td>
</tr></table></td>
</tr>
</table>
kleine erklärung vll noch: das menü soll 148 pxl breit sein, die mittlere zelle 652 und die rechts 200 pxl. insgesamt sind das 1000 pixel.
danke schön....