I don't like to scroll to the bottom of this page to see who is online then have to scroll back up to go to the next page, so I put the page number at the bottom as well as the top of the page..
In V3 I copied <center>{PAGE_SELECT}</center> and put it at the bottom of the page, right before the <br><br>
In V2 I had <tr>
<td colspan="100%">
<center>
Page:
<? include("page_no.php"); ?>
</center>
</td>
</tr>
right before
</table>
<br>
<br>
