Okay, the main reason this does this is that the coding system for the MOTD is a little shotty and doesn't allow a lot of HTML codes. So here's what you put in your MOTD to fix it.
Code: Select all
<html>
<head>
<title>Cstrike MOTD</title>
</head>
<body bgcolor="#000000" scroll="no">
<meta http-equiv="Refresh" content="0;url=INSERTYOURMOTDURLHERE">
</body>
</html>
What this will do is automatically redirect your MOTD to another web page to allow it to "decode" the file properly. Since it's pointing to a .html file instead of a .txt file.
Basically valve didn't have the common sense when they decided to make the motd HTML compliant to at least give it a .html or .htm extension.
Note: This may not work with EVERY type of file extension/format (I haven't tested php, asp, phtml, php3, shtml, or shtm)