Aspen
New Member
Posts: 29
|
Post by Aspen on Sept 25, 2004 22:55:40 GMT -5
what is the code for the staff legend that you have at the bottom?
|
|
|
Post by Tommy Huynh on Sept 26, 2004 0:10:23 GMT -5
what is the code for the staff legend that you have at the bottom? Main Footers <script> //Staff Legend //Created by Gamefreak // Staff Hex Colors here var adminc = " FF0000" var gmodc = " 0000FF" var modc = " 006600" // Staff Classes here var admin = "Administrator" var gmod = "Global Moderator" var mod = "Moderator" var TD=document.getElementsByTagName("TD") for(b=0;b<TD.length;b++){ if(location.href.indexOf("index.cgi")){ if(TD .innerHTML.match("Info Center") && TD.className.match("titlebg")){ TD[b-1].innerHTML+='<table border="0" width="100%" cellspacing="0" cellpadding="0" class="bordercolor"><td><table cellpadding="4" cellspacing="1" border="0" width="100%"><tr><td class="titlebg" align="center" colspan="0"><font size="2" class="cattext"><b>Staff Legend</b></font></td><tr><td width="100%" valign="top" class="windowbg2" </td><center><font color="'+adminc+'">'+admin+'</font>|<font color="'+gmodc+'">'+gmod+'</font>|<font color="'+modc+'">'+mod+'</font></center></td></tr></td></tr></table>' }}} </script>
Edit the colored part with hex colors you want your legend to be.
Red = Admins Blue = Gmods Green = Mods :)#nosmileys
|
|
Aspen
New Member
Posts: 29
|
Post by Aspen on Sept 26, 2004 0:16:17 GMT -5
thanks!
|
|