Hi, if i querie a table for users that are online. I want to count them and then make a table that fits the username and then the usernames picture in it nicely in a box. Displays only 5 per colum. How do i do this? I have having great problems!
The table displaying each of the usernames and pictures is like this
<table width="16%" border="1" height="112">
<tr>
<td height="19">
<div align="center"><font size="2" face="Arial, Helvetica, sans-serif">Username</font></div>
</td>
</tr>
<tr>
<td><img src="username.jpg" width="80" height="60"></td>
</tr>
</table>
So say the results have 16 usernames online. How do i make a table that lists all of them but displaying them accross in sets of 5?
I hope this is clearer enough!