Hi Leute,
haben gestern 2 Server bekommen und ich wollte auch unsere Homepage in die motd.txt packen, sodass sie jeder, der auf unseren Server kommt, am Anfang sieht. Ist ja auch alles schön und gut, doch mit dem Code, mit dem ich es sonst immer gemacht habe, klappt es nicht. Vielleicht könnt ihr mir helfen!

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd">
<html>
<head>
<title>Kopfschuss-Kommando Clanpage</title>
<style type="text/css">
pre {
font-family:Verdana,Tahoma;
color:#FFB000;
}
body {
background:#000000;
}
a {
text-decoration: underline;
}
a:link {
color: #FFFFFF;
}
a:visited {
color: #FFFFFF;
}
a:active {
color: #FFFFFF;
}
a:hover {
color: #FFFFFF;
text-decoration: underline;
}
</style>
</head>
<body scroll="no">
<pre>
<iframe src="http://www.kopfschuss-kommando.de" hspace="0" frameborder="0" align="right" vspace="0" width="1024" height="768">

</iframe>

</pre>
</body>
</html>
Tia Sithys