06-20-2005, 02:02 PM
(This post was last modified: 06-20-2005, 02:05 PM by ortzinator.)
I've tried a <body scroll="yes"> tag, but I can't seem to get it to scroll. Here's what I've got.
Any ideas?
EDIT: Oh yea, with this, all I get is a regular grey windows scroll bar (not a HL1 type scroll bar) and the scrool bar wont move!
Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<body bgcolor="#000000">
<div style=
"width: 100%;font-family: tahoma; margin: 0px auto; font-size: 22px; color: #ccc;font-weight: bolder; padding: 10px; text-align:center;">
The Flaming Head GM Server<br>
Garry's Mod Eight v3
</div>
<div style=
"color:red; text-align:center; width: 100%; font-family: tahoma; margin: 0px auto; font-size: 18px; color: #ff0000;">
Rules:<br>
Please Read!<br>
<br>
NO MINGEBAGS!!!!
</div>
<div style=
"width: 100%; font-family: tahoma; margin: 0px auto; font-size: 12px; color: #aaa; padding: 20px; text-align:left;">
<ul>
<li>
<font color="#ff0000"><b>SEX POSING WILL RESULT IN A
PERMANENT BAN! NO WARNINGS!</b></font>
</li>
<li>
Also, painting or spraying anything that might be
considered sexually explicit or offensive, will be
banned.
</li>
<li>
No cursing/swearing.
</li>
<li>
Don't ask about the previous rule.
</li>
<li>
If you want God Mode to be turned off, or Cheats to be
turned on, please supply a <b>GOOD REASON</b>.
</li>
<li>
<font color="#ff0000"><b>DO NOT SPAM</b></font>, spamming
<b>WILL</b> result in a permanent ban.
</li>
<li>
Deathmatching is <b>NOT ALLOWED</b> without permission.
</li>
<li>
Racism, hacking (of course), or otherwise ticking me
off, is strickly prohibited.
</li>
<li>
Remember, this is my server. If you don't like these
rules, leave now. Otherwise:
</li>
<li>
Have fun!
</li>
</ul>
</div>
</body>
</html>
Any ideas?
EDIT: Oh yea, with this, all I get is a regular grey windows scroll bar (not a HL1 type scroll bar) and the scrool bar wont move!