Quote:
Originally Posted by melefire
your welcome
|
Hey,I looked through the code a bit and I suggest you should add the
HTML Code:
<center></center>
so it would be:
Code:
$stylevar[htmldoctype]
<html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
<head>
<title>$vboptions[bbtitle]</title>
$headinclude
</head>
<body>
$header
$navbar
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
<td class="tcat">Chat Room</td>
</tr>
<tr>
<td class="alt1">
<center><applet
codebase="http://client0.sigmachat.com/current/"
code="Client.class" archive="scclient_en.zip"
width=600 height=400 MAYSCRIPT>
<param name="room" value="ROOMID">
<param name="cabbase" value="scclient_en.cab">
</applet></center>
<h6><center>By MeleFire</center> </h6>
</td>
</tr>
</table>
$footer
</body>
</html>
Edit:hmm I keep getting this error message saying that the room is closed...is this umm normal?