Die oberste sowie unterste Reihe soll jedoch von der Höhe her variabel sein, so dass sie sich der Auflösung des Bildschirms anpasst.
Dort wo ich die höhe der Tabelle variabel haben will habe ich im code height=variabel hingeschrieben um es besser zu erkennen.
Hier mein code:
Code: Alles auswählen
<table cellspacing=0 cellpadding=0 border=1>
<tr><td colspan=4 width=744 height=variabel background="1.gif"> </td></tr>
<tr><td colspan=4 width=744 height=69 background="r.gif"> </td></tr>
<tr>
<td width=108 height=330 background="x.gif"> </td>
<td width=308 height=330 background="l.gif"> </td>
<td width=20 height=330 background="m.gif"> </td>
<td width=308 height=330 background="r.gif"> </td>
</tr>
<tr><td colspan=4 width=744 height=44 background="we-share-passion.gif"> </td></tr>
<tr><td colspan=4 width=744 height=variabel background="1.gif"> </td></tr>
</table>