ok here is the code you use to change the username of the admins collor
Code:
<!-- Color Code - Enjoy! -->
<script>
function colorNames(iUser,iColor){
for (s=0;s<document.links.length;s++){
if (document.links[s].innerText==iUser){
document.links[s].style.color=iColor
}}}
colorNames("Tempie,"FF0000")
colorNames("Savy","00FF00")
</script>
change the
blue text to the collor code you want your other admins to be change the
red to the username of the other admins
to ad an admin go to your acp find/edit/suspend user type in the username and change that user from members to admin