June 12th, 2018 at 5:02 PM
(This post was last modified: June 12th, 2018 at 5:03 PM by Harry K..)
^ Was more aimed at Darth on how to fix the boldness.
Basically, in his post templates he has a <strong></strong> html tag surrounding the users username.
On top of that - for you spooky specifically there is also an extra html <strong></strong> surrounding your username after the usergroups style tag (<span style="..."></span>)
So for example most peoples usernames are the following:
You on the other hand:
See the extra strong tag, inside the usergroup style span tag?
Basically, in his post templates he has a <strong></strong> html tag surrounding the users username.
On top of that - for you spooky specifically there is also an extra html <strong></strong> surrounding your username after the usergroups style tag (<span style="..."></span>)
So for example most peoples usernames are the following:
Code:
<strong><span style="color:red">Darth Apple</span></strong>
Code:
<strong><span style="color:green"><strong>SpookyZalost</strong></span></strong>
See the extra strong tag, inside the usergroup style span tag?