Tach
ich steh grad aufm Schlauch. Hab nen Tabellenlayout, bestehend aus nem Menü (Red1), Bild (Green1), Anzeige (Green2) und nem leeren Feld was sich anpassen soll (Red2).
Code:
Jetzt hab ich ein Problem. Wie mach ich es, dass sich Red2 automatisch an die gesamte Tabellenhöhe anpasst (hab schon etliches versucht nd es klappt nicht).
Weiss jemand weiter? Danke schonmal für jede Antwort.
ich steh grad aufm Schlauch. Hab nen Tabellenlayout, bestehend aus nem Menü (Red1), Bild (Green1), Anzeige (Green2) und nem leeren Feld was sich anpassen soll (Red2).
Code:
Code:
<table border="0" style="border:1px solid black"> <tr> <td valign="top"> <table border="0" width="177"> <tr height="150"> <td style="border:1px solid red">Red1</td> </tr> <tr> <td style="border:1px solid red">Red2</td> </tr> </table> </td> <td valign="top"> <table border="0" width="472" style="border:1px solid green"> <tr height="102"> <td>Green1</td> </tr> <tr> <td>Green2 </td> </tr> </table> </td> </tr> </table>
Weiss jemand weiter? Danke schonmal für jede Antwort.
Kommentar