Amanda
Forum Addict
hi
Posts: 251
|
Post by Amanda on Apr 2, 2012 3:31:57 GMT
Global Footer
<script type="text/javascript"> <!-- /* color member names */ function colorName(name,color) { var a = document.getElementsByTagName('a'); for (i=0; i<a.length; i++) { if (a.item(i).href.match(new RegExp('action=viewprofile&user='+name + '$', 'i'))) { if(a.item(i).hasChildNodes() && a.item(i).firstChild.nodeType == 1) a.item(i).firstChild.style.color=color; a.item(i).style.color=color; } } }
colorName("Username", "Color");
// --> </script>
|
|