Help with server into page

SND

2008-02-23 22:25:06

Hi I want to change my clans server intro page where i want to have our banner with our server rules and other stuff to welcome people coming to our server. Can anyone give me any instructions on how to do it.

Walking Target

2008-02-23 23:11:11

On the server, look in the hl2mp folder for a file called motd.txt (message of the day).

You can edit this like it's an html page, but it can be a tricky devil at times, not always giving you what you expect. Trial and error is my best advice.

Paradox

2008-02-23 23:13:11

I havent seen what you have now. If its just the yellow text that just comes from editing the motd text and you want something more fancy or colorful then you need to make a html file with whatever you want then upload that to your web page and then link your motd to it.

The size of the html should be no bigger than 800x600 width and height unless you want to make people scroll through it.

Here is an example of the link code I have on mine.
I had to substitute some of the codes with real words so that it would show up on here. I have indicated where it should be changed.

<DOCTYPE>
<html>
<head>
<title>HL2MP MOTD</title>

<style>
}
body {
background:#000000; this is motd background color. It should match your html background color (unless you dont want it to)
margin-left:175px; adjusts margins to center image
margin-top:35px;
}
</style>
</head>
<body> (should be body scroll="no" inside the <>) if you dont want to have people scoll the image then it should be no.
<pre1> (should be "pre")
<image (should be "img")
source (use "src")="http://yourwebpage/folder/yourimage.jpg (close quotes and >)
</pre1> (use "pre")
</body>
</html>

Paradox

2008-02-23 23:50:07

Wow its unbelievably tricky to tell someone how to do html code on a forums that uses html code. LOL!


If this isnt clear, let me know Ill send you a text file of what I have.

Epoch

2008-02-24 00:02:48

Lol wow been a while since I've seen html code, brings back great memories of computer class freshman year. *gets that far away look in his eyes*