Hallo,
ich möchte eine Tabelle in einer Tabelle machen, die das entsprechende Feld der anderen Tabelle zu 100% ausfüllt.
Leider funktioniert das nicht, das er die Höhe zu 100% ausfüllt. Geht das oder nicht?
So gehts zumindest nicht:
<table width="371" border="3" cellspacing="0" cellpadding="0" height="265">
<tr>
<td>
<table width="100%" border="0" cellspacing="0" cellpadding="0" height="100%">
<tr>
<td> </td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td height="23"> </td>
</tr>
</table>
</td>
</tr>
</table>
Grüsse
musi