O.P. Counter Strike: Source and the motd.txt
Im editing the motd.txt file so i can have some fancy stuff to show people when the join the server. but im having a few problems. the file is all done in html and im not an rxpert on it. i only managed to change a few things.
1) The one thing i want to change is the alignment of the text. at the moment is on the left, i want it in the centre
2) I want larger text
3) I want to be able to "scroll" using the scroll bar
[Edit] 4) I want to chane the font type
heres is a copy of motd.txt (sorry is this is too long, and its also attached):
<!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="yes">
<pre>
Welcome To The Sanctuary
Respect all admins please
Enjoy Your Stay
<img src="http://debianusers.org/albums/album02/Sanctuary.sized.jpg" />
</pre>
</body>
</html>
Attachment: motd.txt (798 bytes)
This file has been downloaded 5520 time(s).
This post was edited on 06-07-2005 at 03:33 PM by Reaper.
|