SRCDS Steam group


MOTD WON'T SCROLL
#1
I know my motd is small but it would be bigger but it can't fit so i had to make it small.

if somone knows how to fix it can u fix it for me thanks.


_________________________________________________


<!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: #FFFFFF;
}
a:visited {
color: #FFFFFF;
}
a:active {
color: #FFFFFF;
}
a:hover {
color: #FFFFFF;
text-decoration: underline;
}
</style>
</head>
<body scroll="no">
<pre>
<div style=
"font-size: 18px; text-align:Center;">
Welcome to CyberLounge | Team Hostility
MANI MOD
LIVE STATS
<div style=
"font-size: 16px; text-align:Center;">
please read the rules before joininig!<br>
<div style=
"font-size: 15px; text-align:left;">
.::Server rules::.
<div style=
"font-size: 13px; text-align:left;">
<ul>
1. No Offensive Sprays
2. No Spawncamping/Afk
3. No Crashing Servers
4. No Offensive Player Names
5. No Advertising
6. No Blocking/Teamflashing/Grenade Spam
7. No Cheating
8. No Abuse/Racism/Prejudice/Obscene Language
9. No Admin Impersonation

violation of any rule will result in a permanent or temporary ban
Admins reserved the right to ban or kick any players at their discretion
</pre>
</body>
</html>
Reply
#2
Have the same issue, was going to look for a solution today.

I was thinking, it could work, if you tried to load it in a 100% iframe, but I'm not sure. Was going to find out today.
Reply
#3
Thats correct, you need an iframe or frameset on 100%, then point to that page and add scrolling= between the <> of the iframe or frame scrolling can be set to: no, yes or auto. Auto means it will have no scrollbar when the page fits, when the page doesnt fit the scrollbar will be added
Join the Source Dedicated Server Support Group on Steam Community!
Source Dedicated Server (SRCDS)
Free to join, Live support! (When available)

http://forums.srcds.com/viewtopic/5114
Reply
#4
how u do a iframe or frameset ?
Reply
#5
go to w3schools.com and search for it, it has great tutorials with everything you need about websites. (look at HTML, not php etc Toungue)
Join the Source Dedicated Server Support Group on Steam Community!
Source Dedicated Server (SRCDS)
Free to join, Live support! (When available)

http://forums.srcds.com/viewtopic/5114
Reply
#6
I know i'm abit late but incase you read this, try changing this
pre {
font-family:Verdana,Tahoma;
color:#FFB000;
}

to this
pre {
font-family:Verdana,Tahoma;
color:#FFB000;
overflow: auto;
}

or if that doesnt help try this

pre {
font-family:Verdana,Tahoma;
color:#FFB000;
overflow: scroll;
}
Reply
#7
it doesn't work
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)