aKang 发表于 2015-4-13 09:39:08

为你的CS1.6服务器自定义MOTD

本帖最后由 aKang 于 2015-4-13 09:51 编辑

默认是下面这样子


文字

<html>
<head>
<title>YOUR TITLE</title>
<style type=”text/css”>
pre   {
font-family:Verdana,Tahoma;
color:#FFB000;
}
body    {
background:#000000;
margin-left:8px;
margin-top:0px;
}
</style></head>
<body scroll=”no”>
<pre>

“你的文字”

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


图片

<html>
<head>
<title>YOUR TITLE</title>
<style type=”text/css”>
<!–
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
background-color: #000000;
}
–>
</style>
</head>
<body>
<img src=”你的图片地址” width=”100%” height=”100%” border=”0″ align=”center”>
</body>
</html>


直接打开一个网页

<head>
<meta http-equiv=’refresh’ content=’0; url=网址’>
</head>


背景音乐

<head>
<NOEMBED><BGSOUND src=”你的mp3外链地址″></NOEMBED>
</head>

jaycs1723658 发表于 2015-5-24 15:21:52

支持!   

colaawp 发表于 2015-6-5 01:55:03

顶一个···
页: [1]
查看完整版本: 为你的CS1.6服务器自定义MOTD