MyBB Community Forums

Full Version: no Name in the forum
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,
when I give the Admin the name : <strong><span style="color: 00D1FF; text-shadow: #00F3FF 0px 0px 10px;" {username} </span></strong

Then it dont display me a Name.

Please help me. 

Sorry for my bad english. (I'm German)
Try this:
<strong><span style="color: 00D1FF; text-shadow: #00F3FF 0px 0px 10px;"> {username} </span></strong>
Hi you actually need to give the shadow color after the px like so:

<span style="color: 00D1FF; text-shadow: 0px 0px 10px #00F3FF ;"><strong> {username} </strong></span>