Hallo Stefan!
»»Und Mails, die ich mit Outlook Express verschicke, beginnen zu 80% mit der geheimnisvollen Zeichenfolge >ÿþ< -
»»
Na sowas! Den selben Fehler konnte ich mir unlängst einhandeln mit:
<html>
<head>
<title>wo ist es</title>
<style type="text/css">
<!--
#oben { position:absolute; top:50px; left:50px; width:200px; height:50px; }
#mitte { position:absolute; top:48%; left:45%; width:200px; height:50px; }
-->
</style>
<script language="JavaScript">
function bild(){
var x, y;
x = screen.availWidth/2;
y = screen.availHeight/2;
hoehe = y-25;
breite = x-100;
document.write("<div id="bild" style="position:absolute; top:"+hoehe+"px; left:"+breite+"px; width:200px; height:50px;">");
document.write("<img src="bild.gif" width=200 height=50 border=0 alt="WOISTES">");
document.write("</div>");
}
</script>
</head>
<body onLoad="bild();">
<div id="etw"><img src="bild.gif" width=200 height=50 border=0 alt="OBEN"></div>
<div id="mitte"><img src="bild.gif" width=200 height=50 border=0 alt="MITTE"></div>
</body>
</html>
Da bekomme ich oft den Quelltext so zu sehen:
ÿþ< d i v i d = " b i l d " s t y l e = " p o s i t i o n : a b s o l u t e ; t o p : 3 5 9 p x ; l e f t : 4 1 2 p x ; w i d t h : 2 0 0 p x ; h e i g h t : 5 0 p x ; " > < i m g s r c = " b i l d . g i f " w i d t h = 2 0 0 h e i g h t = 5 0 b o r d e r = 0 a l t = " W O I S T E S " > < / d i v >
Vermutlich mein Fehler. ;-)
Grüße
Thomas