SRCDS Steam group


Modt.txt
#1
ok i went to all the sites and got the codes for the colors and still no colors and how can i take a pictuer from a file to my modt and change the color in of the txt please help + i went to all the sites but notheing .......
Reply
#2
http://forums.srcds.com/viewtopic/5006

Post 8 is a working example with CSS included where you can change the colour codes.

http://www.christiansitehosting.com/Hexadecimal%20Color%20Coding%20Chart.gif
Reply
#3
Muppet Wrote:http://forums.srcds.com/viewtopic/5006

Post 8 is a working example with CSS included where you can change the colour codes.

http://www.christiansitehosting.com/Hexadecimal%20Color%20Coding%20Chart.gif

thanks man you helped me lot !
Reply
#4
[/quote]
[quote]THIS IS MY MODT :
<!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: 00C
C00;
}
a:visited {
color: 00C
C00;
}
a:active {
color: 00C
C00;
}
a:hover {
color: 00C
C00;
text-decoration: underline;
}
</style>
</head>
<body scroll="no">
<pre>

Welcome to (MurDer/Inc) K.S.A clan G.server.
THE RULES
1.NO HACKING.
2.NO CHEATING.
3.NO BAD PICTURES or BAD LANGUAGE.

IF YOU DOT FALLOW THE RULES YOU WILL BE BAND FROM THE SERVERS
Have Fun
Soon more server will be Online (GUngames.Deathmuch and more ....)

http://www.counter-strike.net
<a href="http://www.counter-strike.net">Visit Counter-Strike.net</a>
</pre>
</body>
</html>
img src="<http link to image / relative link to image>" border="0" />

<font color="#00FF00">Making the text color red</font>
<img name="ksa" src="ksa.jpeg" width="180" height="104" border="0" alt="" /

where do i add my backround color and txt coloer ??
Reply
#5
Background color black and text color white:

Code:
body {
background-color:#000000;
margin-left:8px;
margin-top:0px;
font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;  
font-size: 12px;
color:#FFFFFF;
}
Reply
#6
ok this is my new modt copeyed it from some ppl:

!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">
.style1 {
font-size: 36px;
font-style: italic;
font-weight: bold;
}
body,td,th {
color: #FFFFFF;
}
.style2 {
color: #FFFFFF;
font-size: 36px;
}
.style4 {color: #FFFFFF; font-size: 24px; }
.style5 {color: #FFFFFF; font-size: 24px; }
body {
background-color: #000000;
}
-->
</style></head>
<body>
<!--======================== Have Fun ==========================-->
<div align="center">
<p align="center"><a href="http://imageshack.us"><img src="http://img212.imageshack.us/img212/4604/shatterproofhtmlej9.jpg" border="0" alt="Image Hosted by ImageShack.us"/></a><br/>
<p align="center"><span class="style1">Welcome Murder/Inc K.s.A G.Server</span></p>
<p align="center"> </p>
<p align="center" class="style4">Rules are :</p>
<p align="center" class="style4">No Bad Sprays</p>
<p align="center" class="style4">No Hacking</p>
<p align="center" class="style4">No exploits</p>
<p align="center" class="style4">No Cursing(Sab wa la3en mamnoo3 !)</p>
<p align="center" class="style4">Punishment is Baning from the server for ever. </p>
<p align="center" class="style5">Admins are MurDer/InC Clan members ONliy are admins here(Have fUn) .</p>
<p align="center" class="style2"><!--========================= Have fun =========================-->
</p>
</div>
</body>
</html>

is it rigth ?
and if its not can you fix it ?
Reply
#7
You try it and tell us!
Reply
#8
Muppet Wrote:You try it and tell us!

Dude thx a lot it helped me a lot ! thx !
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)