|
Post by Tommy Huynh on Sept 25, 2004 7:17:15 GMT -5
Footers
<script type="text/javascript"> <!-- var anchors = document.getElementsByTagName("a"); function colorName(name,color){ for (cn=0;cn<anchors.length;cn++) if (anchors[cn].href.indexOf('action=viewprofile&user='+name) != -1) anchors[cn].style.color=color;} colorName('Username','color'); colorName('Username','color'); // --> </script>
The username, not display name, of the person The color to make the name
Repeat colorName('Username','color'); for more.
|
|