Michaels Problem war, oder ist (immer noch ?), eine Tabelle
innerhalb einer Tabellenzelle auf die gesamte Höhe der Zelle
der äußeren Tabelle aufzuziehen.tabelletabellenzellezelletabelle ;-)
Ja ja, deutsche Sprache, schwere Sprache.Tschö, Auge
Hallo Auge,
du hast es auf den Punkt gebracht. Irgendwie ist das ganze Thema abgedrifftet. Das Problem besteht immer noch. Ich schick mal mit was ich habe, vielleicht hast du eine Lösung.
Gruß
Michael
<html>
<head>
<title>Untitled</title>
</head>
<body marginheight="0" marginwidth="0" leftmargin="0" topmargin="0">
<table cellpadding="0" cellspacing="0" width="100%" border="1" height="100%">
<tr height="100%">
<td valign="top">
<table cellpadding="0" cellspacing="0" width="100%" border="1" height="100%">
<tr><td>Bild</td></tr>
<tr><td height="100%">text</td></tr>
<tr><td>Bild</td></tr>
</table>
</td>
<td valign="top">
<table cellpadding="0" cellspacing="0" width="100%" border="1" height="100%">
<tr height="100%"><td height="100%">Hallo</td></tr>
</table>
</td>
</tr>
</table>
</body>
</html>