MyBB Community Forums

Full Version: User Name Colours
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey, Just wondering, You know the way you can edit the color of admin names etc, I was wondering, is it possible to do this; instead of just a solid colour can I use a gradient?
You can style the colors using css styles, like this;
<span style="color: #FF0000; font-weight: bold;"><em>{username}</em></span>

In style="" you can use CSS.
(2011-04-28, 09:32 AM)Dark Rose Wrote: [ -> ]Hey, Just wondering, You know the way you can edit the color of admin names etc, I was wondering, is it possible to do this; instead of just a solid colour can I use a gradient?

You could use Username images and create an image for every user that needs a gradient.