- Code: Select all
<div> <img src="images/icon_status_red.gif" width="10" height="10" class="icon" alt="status" /> <img src="images/rank2.gif" width="18" height="18" class="icon" alt="Sergeant" /> <a href="forum/profile.php?mode=viewprofile&u=534">leo611</a> [<a href="player.php?page=reputation&callsign=leo611">0-0</a>] </div>
.
.
.
To an unordered list like
- Code: Select all
<ul>
<li class="status_color"><a class="rank" title="rank name's Profile" href="profile.php">name</a> [<a href="rep.php" title="name's Reputation">0-0</a>] </li>
.
.
.
</ul>
Also, if you want I can send you a copy of the js code to make the listing sortable.