Quote:
Originally Posted by danielkza
Absolutely wrong.
CSS just embeds an IE control. It is dependent on the IE version of the user.
|
lol yup guess i was.. my motd does usethe html tags... but my old one dosent just txt file runs fine. exp with just plain css.
Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/1999/REC-html40...1224/loose.dtd">
<html>
<head>
<title>NorCalBots 11 [UnDead]</title>
<style type="text/css">
pre {
font-family:Verdana,Tahoma;
color:#fff;
}
body {
background:#000;
margin-left:8px;
margin-top:0px;
}
a,
a:link,
a:visited,
a:hover,
a:active {
text-decoration:underline;
color:#fff;
}
.style1 {
text-align:center;
}
.style3 {
color:#FFB000;
text-decoration:underline;
font-size:small;
}
.style4 {
font-size:large;
}
.style5 {
font-size:small;
}
.style7 {
font-size: x-large;
}
</style>
</head>
<body scroll="no">
<div class="style1">
<pre>
<img src="http://video.astahoster.net/branding.png" height="90" width="414" />
<strong>
<span class="style7">NorCalBots 11 [UnDead]</span><br>
<span class="style4">Can you stop the infection?</span><br>
<span class="style5">Please be sure to respect our rules and admin at all times
To view our server rules, type <span class="style3">rules</span> in game chat</span><br>
<span class="style4">Visit us at <a href="http://www.norcalbots.com/" target="_blank">www.norcalbots.com</a></span>
</strong>
</pre>
</div>
</body>
</html>