MyBB Community Forums

Full Version: Do you know how to do this ???
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
http://snowfreaks.net/forums/index.php

Can anyone tell me how the admin made their username like that on that site
and can you provide me with the username style...

I would be really thankful
You can see it by looking at the page source code.

<span style="background: url('http://i55.tinypic.com/rc599e.jpg') no-repeat; color: #FF0000; text-shadow: 0px 0px 5px #FF0000"><b>Alex</b></span>

Test shadow for the glow effect, and a background image for the little animation behind it.
Yea but the thing Is I tried entering that in the username style on my site
But its telling me that i need to enter {username}
Well I just figured Out how to Do it... I replace <b>Alex</b>
with {username}

Thanks for trying to help me bro..
Yes, that goes in place of where the actual username would go, so you just need to do this:

<span style="background: url('http://i55.tinypic.com/rc599e.jpg') no-repeat; color: #FF0000; text-shadow: 0px 0px 5px #FF0000"><b>{username}</b></span>