Hallo Ashura,
das Konstrukt das du gepostet hast funktioniert. Meine Grafik jedoch befindet
sich inerhalb einer Tabelle. Vermutlich liegt da das Problem.
So sieht meine HTML-Datei aus:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
<title>New Document</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<style type="text/css">
html,body{padding:0;margin:0;height:100%;}
</style>
</head>
<body marginwidth="0" marginheight="0" topmargin="0" leftmargin="0" bgcolor="#000000" color="#FFFFFF">
<table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
<tr height="0"><td align="center"><font color="#000000" size="1"><p style="font-size:7px">_</p></font></td></tr>
<tr><td height="100%" align="center" valign="middle">
<table width="100%" border="0" cellpadding="0" cellspacing="0"><tr><td align="center">
<img src="bild.jpg" alt="" style="width:100%;" />
</td></tr>
<tr><td align="center"><font color="#FFFFFF" size="1">Text, text, text...</font></td></tr>
</table>
</td></tr>
<tr height="0"><td align="right">
<font color="#FFFFFF" size="1">Text, text, text...</font>
</td></tr>
</table>
</body>
</html>
Weiß jemand wo da der Fehler ist?
Gruß
Markus