Quote:
Originally Posted by moonclamp
my "who is chatting page" is stretched beyond 1024 pixels for some reason. I've looked at the template but can't quite figure it
|
OK ... fixed it myself ... anyone else experiencing page stretch might want to try this as an alternative template to "sigmachat_chatting"
HTML Code:
$stylevar[htmldoctype]
<html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
<head>
<title>$vboptions[bbtitle] - $vbphrase[sigmachat_title]</title>
$headinclude
<body>
$header
$navbar
<table class="tborder" border="0" width="100%" align="center" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" >
<tr>
<td colspan=3 class="tcat"><div class="smallfont">
<span style="float:right">
<strong><a href="chat_online.php?$session[session_url]">Reload this page</a></strong>
</span>
<strong>$vbphrase[sigmachat_who]</strong><br>
$chatcount $vbphrase[sigmachat_users_chatting]
</div></td>
</tr>
<tr>
<td class="thead" width="100%">$vbphrase[username]</td>
<td class="thead" align=middle><center>$vbphrase[sigmachat_subroom]</center></td>
<td class="thead" align=right nowrap>$vbphrase[sigmachat_privileges]</td><br/><br/>
</tr>
$SIGMACHAT_CHATTING_TABLE
</table>
<if condition="$pagenav">
<table cellpadding="0" cellspacing="0" border="0" width="100%" style="margin-top:3px">
<tr valign="top">
<td align="$stylevar[right]">$pagenav</td>
</tr>
</table>
</if>
$spacer_close
$spacer_open
<br />
<table cellpadding="0" cellspacing="0" border="0" width="100%">
<tr>
<td width="100%"> </td>
<td>$forumjump</td>
</tr>
</table>
$footer
</body>
</html>