vForums Support > Programming & Coding :: Code Requests & Support :: > [F] Make Staff Name

[F] Make Staff Name - Posted By CåñåÐå™ (canada) on 6th May 08 at 3:24am
can i get an code that will only make staff usernames Bold please .

Re: Make Staff Name - Posted By Marc (cr0w) on 6th May 08 at 3:43am
Code:
 
  1. <style type="text/css">
  2. <!--
  3. .group1{ font-weight: bold; }
  4. .group2{ font-weight: bold; }
  5. .group3{ font-weight: bold; }
  6. .group4{ font-weight: bold; }
  7. .group5{ font-weight: bold; }
  8. //-->
  9. </style>
 


Simply change the numbers to match your staff group id's, and repeat the line as many times as needed. {Wink}

Global headers. {Smile}

Re: Make Staff Name - Posted By CåñåÐå™ (canada) on 6th May 08 at 5:20am
Thank you Marc it works fine {Grin} .

Re: Make Staff Name - Posted By Marc (cr0w) on 6th May 08 at 10:51am
No worries. {Smile}