i've tried this, but no matter what i've tried to do, i get this problem, heres the code
Code:
<tr id="cat">
<td width="50%" bgcolor="{categorybackcolor}" colspan="5"><a href="online.php?s=$session[sessionhash]"><normalfont color="{categoryfontcolor}"><b>Currently Active Users</b></normalfont></a><normalfont color="{categoryfontcolor}"><b>: $totalonline</b></normalfont></td>
<td width="50%" bgcolor="{categorybackcolor}" colspan="6">
<normalfont color="{categoryfontcolor}"><b>
Number of Active Users Today:</b>
</normalfont><normalfont color="{categoryfontcolor}">
<b>$numbertodayonline</b></normalfont>
</td>
</tr>
<tr>
<td bgcolor="{firstaltcolor}" colspan="5"><smallfont>
<nobr>There are currently $numberregistered members and $numberguest guests on the boards.</nobr> |
<nobr>Most users ever online was $recordusers on $recorddate at $recordtime.</nobr><br>
$activeusers</smallfont></td>
<td bgcolor="{firstaltcolor}" colspan="6"><smallfont>
<nobr>Most users ever online on a day was $todayrecordusers on $todayrecorddate.</nobr> |
<nobr>The following members have already visited the Board today:</nobr><br>
$todayloggedinuser<br>
</smallfont></td>
</tr>