Hi Knud !
(echt COOOOL! einen echten Namenskollegen zu finden!) :-))
Das Problem besteht aber immer noch:
Hab hier folgend mal den Quelltext der HTML-Datei
(Das Bild ist, wie Du siehst immer dasselbe: eine 100x100 px einfarbe Gif-Datei)
<HTML>
<HEAD>
<TITLE>TEST</TITLE>
</HEAD>
<BODY BGCOLOR="FFFFFF">
<br>
<br>
<br>
<table border="0" width="200" cellspacing="0" cellpadding="0" vspace="0" hspace="0">
<tr><td valign=top width=100 height=100 nowrap>
<img src="block.gif" width=100 height=100 ALT="1" border=0>
</td>
<td valign=top width=100 height=100 nowrap>
<img src="block.gif" width=100 height=100 ALT="1" border=0>
</td>
</tr>
<tr><td valign=top width=100 height=100 nowrap>
<img src="block.gif" width=100 height=100 ALT="1" border=0>
</td>
<td valign=top width=100 height=100 nowrap>
<img src="block.gif" width=100 height=100 ALT="1" border=0>
</td>
</tr>
</table>
</BODY>
</HTML>