SRCDS Steam group


MOTD Scrollbars?
#1
How do I remove the big scrollbars that CS:S adds on the motd? If the page exceeds the size, I would like the Windows ones to add themselves, but I get the scrollbars regardless if the page fits or not.
Reply
#2
Post the MOTD.txt in code barracks. I think I now how to remove it, but I really can't explain how to.
Reply
#3
Code:
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Untitled Document</title>
<style type="text/css">
<!--
body {
    background-color: #111111;
    background-image: url(background.gif);
    background-repeat: repeat-x;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
}
.style1 {
    color: #FFFFFF;
    font-family: Verdana;
    font-size: 10px;
}
-->
</style>
</head>
<body>
<table width="100%" height="100%" align='center' valign='center'border="0">
  <tr>
    <td><div align="center"><img src="motd.png" width="800" height="450"></div></td>
  </tr>
</table>
</p></td>
</body>
</html>

MOTD.txt
Code:
<frameset rows="100%,*" scrolling="NO" frameborder="NO" border="0" framespacing="0">
<frame name="main_frame" src="http://www.overclockedlan.com/motd2.html">
</frameset>
Reply
#4
Ahh you've set scrolling="NO". doesn't that work?
Reply
#5
No, scrollbars are still there. This problem stumps me.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)