Hey,
hab ein Problem mit meiner Tabelle. Und zwar will ich eine Tabelle mit einer Zeile und 3 Spalten erzeugen welche sich automatisch an das Fenster anpasst, also mit %-angaben.
Code
<table border="1" cellspacing="1" cellpadding="1" widht="800">
<tr>
<td width="25%" height="400">Hallo</td>
<td width="50%" height="400">Hallo</td>
<td width="25%" height="400">Hallo</td>
</tr>
</table>
Leider funzt des so gar nicht, da der Prozentwert irgendwie nicht vom ganzen berechnet wird ???