|
Post by CFP wolf on Sept 20, 2009 2:18:01 GMT -5
This will change the Moderators' usernames to a different colour:
<script language=javascript> <!-- function colorName(name,color) { for (cn=0;cn<document.links.length;cn++) if (document.links[cn].href.indexOf('action=viewprofile&username='+name) != -1) document.links[cn].style.color=color; }
colorName('USERNAME','HEX COLOR'); colorName('USERNAME','HEX COLOR'); // --> </script>
You can add more usernames by adding more of these:
colorName('Username','color');
This code goes into all of your Footers. Edit the parts in capitals.
|
|