Well the code is below:
But it adds users in rows likePHP Code:<?
include "config.php";
$d = mysql_query("SELECT * FROM `users` ORDER BY `level` ASC");
while ($staff = mysql_fetch_array($d)) {
IF ($staff[level] == 2) {
echo (" <p><strong></strong></p> ");
echo ("
<p><a href=\"members.php?view=Profile&user=$staff[username]\"><b>$staff[habboname]</b></a> - DJ $staff[username]");
}
}
?>
Link
Link
Link
Does any one know how to make them in collums (of 3)?
Like
Link Link Link
+ Rep For Helping
J1MI (Forum Moderator) - Thread moved from Website designing, hopefully you'll get more reply's here






Reply With Quote


And if he used float, then that would stuff up as it would be floating. 



