Anmelden

Archiv verlassen und diese Seite im Standarddesign anzeigen : Homepage in die motd.txt funktioniert nicht!



Gast
01. Februar 2007, 08:55
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

DragonFight3r
02. Februar 2007, 15:32
Ich kann dir nicht genau sagen wie es gemacht wurde weil ich davor keine ahnung habe aber ich kann dir mal schreiben wie es bei mir in der .txt aussieht :
Vieleicht hilft dir das ja.

<title>HL2MP MOTD</title>
<style type="text/css">
pre {
font-family:Verdana,Tahoma;
color:#FFB000;
}
body {
background:#000000;
margin-left:8px;
margin-top:0px;
}
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="yes">
<pre>

<iframe src="http://HOMEPAGENAME" width="100%" height="900" name="SELFHTML_in_a_box">




</pre>
</body>
</html>

Gast
02. Februar 2007, 16:03
Ich habs schon selber rausgefunden^^




<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd">
<html>
<head>


<title>Cstrike MOTD</title>
<style type="text/css">
pre {
font-family:Verdana,Tahoma;
color:#FFB000;
}
body {
background:#000000;
margin-left:8px;
margin-top:0px;
}
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>


</pre>
</body>
</html>


<html><head></head><body>
<iframe src="http://www.kopfschuss-kommando.de" style="width:100%;height:100%;border:0px;margin:0px;scrol ling:yes;">
</body>
</html>

Danke trotzdem

CLOSE