Das geht mit einer Tabelle.
Du machst einfach eine normale Tabelle die
nur Seitwärts läuft.
Und border="0" das kein Rand gezeigt wird.
Code aus meiner Seite:
code:
1:
2:
3:
4:
5:
6:
7:
8:
<table border="0" cellpadding="0" cellspacing="0" height="350">
<tr>
<td><img src="bildadresse.jpg" alt="Beschreibung für das Bild"></td>
<td><img src="bildadresse.jpg" alt="Beschreibung für das Bild"></td>
</tr>
</table>
Und einfach immer <td></td> und dazwischen der Bildercode (;
Altcode kannst du auch weglassen - ist die Beschreibung.