Also wenn Du es wirklich mit Tabellen machen willst:
<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td><img src="obenlinks.png" alt="" /></td>
<td><img src="obenrechts.png" alt="" /></td>
</tr>
<tr>
<td><img src="untenlinks.png" alt="" /></td>
<td><img src="untenrechts.png" alt="" /></td>
</tr>
</table>
Schau mal bei table in Selfhtml nach. Da findest Du weitere Beispiele.
Heiner