hallo,
das klingt alles sehr kompliziert. Ich würds einfach mit ner Table machen:
<html>
head...
<body>
<table width="100%">
<tr>
<td align="left">
<img src="http://www.google.de/intl/de_de/images/logo.gif" width="50">
</td>
<td align="center">
<img src="http://www.google.de/intl/de_de/images/logo.gif" width="50">
</td>
<td align="right">
<img src="http://www.google.de/intl/de_de/images/logo.gif" width="50">
</td>
</tr>
</table>
</body>
</html>
wobei mich wahrscheinlich jetzt halb selfhtml umbringt, weils schlechter Stil ist mit Tabellen Style zu machen. MAchs trozdem
èner