MyBB Community Forums

Full Version: default Username style for admin???
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I tried editing my username style for an admin but forgot to save it. I fixed it but now the username style (italic text) is showing up in my threads as well. Below is what I have now. Like I said, that's the style I want for my username but not for my threads.

This is the current code I have for the admin username style:

<span style="color: red;"><strong><em>{username}</strong></em

LOOKS LIKE THIS:
[attachment=26803]

I want it to have the italic text ON MY USERNAME ONLY NOT THE THREADS I VIEW OR POST!

[attachment=26804]



So what I am asking for is the DEFAULT admin style code so I can change it to the way it was before?

Rep point for whoever helps me out. Smile




forum url: http://carfanaticsforum.com/memberlist.php
<span style="color: red;"><strong><em>{username}</em></strong></span>

You need to close your tags correctly.
Thanks Omar! Smile