View Single Post
Old 04-08-2007, 03:13 PM   #2 (permalink)
Miss Carter
Senior Forumer
 
Miss Carter's Avatar
 
Join Date: Apr 2005

Location: Somewere out there
Posts: 753
Rep Power: 4 Miss Carter is on a distinguished road
fTrader: (11)
fBuck$: 8,669.0
Bank: 0.2
Total fBuck$: 8,669.2

My Forumer
My Country:
Send a message via AIM to Miss Carter Send a message via Yahoo to Miss Carter
Default Re: 3 Admins, different colour?

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

Last edited by Miss Carter; 04-08-2007 at 03:20 PM.

http://www.bigwebnews.com - The Hottest News on the Web!
http://boardboost.net
join today!
Miss Carter is offline   Reply With Quote