
11-09-2004, 05:41 PM
|
 |
|
|
Join Date: Feb 2004
Location: England
Posts: 813
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by RsX
Oo wow cant wait for that one!! :O
bdw what do i need to do to change the background white?
Code:
$stylevar[htmldoctype]
<html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
<head>
<!-- no cache headers -->
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Expires" content="-1" />
<meta http-equiv="Cache-Control" content="no-cache" />
$headinclude
</head>
<body class='alt2'>
$chat_page
</body>
<if condition="$do_scroll_auto == '1'">
<script type="text/javascript">
<!--
scroll(0,999999999)
-->
</script>
</if>
</html>
|
Change
Code:
<body class='alt2'>
To:
Code:
<body bgcolor='#ffffff'>
- Zero Tolerance
|