Hi,
ich möchte in einer Seite drei Bilder wie hier dargestellt anordnen, ohne eine Tabelle zu verwenden.
<table id="layout-table">
<tr>
<td rowspan="2"><img src="image311.gif" alt="P" height="384" width="404" /></td>
<td><img src="image3141.gif" alt="Ji" height="252" width="124" /></td>
</tr>
<tr>
<td><img src="image3191.gif" alt="Gr" height="96" width="108" /></td>
</tr>
</table>
Da gibt es doch bestimmt ein bessere Möglichkeit mit CSS?
Ich komme gerade nicht auf die Lösung, aber bestimmt weiß jemand von euch weiter?
Gruß, Susanne