Hi all,
I'm writte and using this code for word before nick (on rpg, for general, admirals...) but word is bold like nick. I would like to it be normall, and nick bold, I'm try code <tt>, but then I have space between letters. Does anybody know how to fix that?
I'm writte and using this code for word before nick (on rpg, for general, admirals...) but word is bold like nick. I would like to it be normall, and nick bold, I'm try code <tt>, but then I have space between letters. Does anybody know how to fix that?
- Code:
$(function() {
if($('a[href="/u120"] span strong')){
      $('a[href="/u120"] span strong').before('<font color=#ffffff size=1>General </font>');
  }
});
Last edited by Zyon on August 26th 2013, 4:46 pm; edited 1 time in total