The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

help[specific username shadow]

2 posters

Go down

help[specific username shadow] Empty help[specific username shadow]

Post by juzel jay August 29th 2012, 8:52 am

how to put this code to make a glitter and shadow username to a specific username
Code:
<span style="color: #FF00FF;background:url(http://static.codersauthority.com/images/icons/glitter.gif); text-shadow: 1.5px 1.5px 20px #FF00FF;"><strong>sent</strong></span>
avatar
juzel jay
Forumember

Posts : 105
Reputation : 4
Language : english

Back to top Go down

help[specific username shadow] Empty Re: help[specific username shadow]

Post by DarkGlow August 29th 2012, 9:04 am

Hi,

Try adding this code to your CSS:

Code:
a[href="/u#"] {
    text-shadow: 0px 2px 6px #f5a911;
}

Replace # with the player's profile number. You can visit his profile page and look up the URL to notice the number next to ''/u''.

If the above code doesn't work; try this:

Code:
a[href="/u1"]{
  color: yellow;
    text-decoration: none !important;
    text-shadow: 0 0 0.2em black, 0 0 0.2em black, 0 0 0.2em black;font-weight:bold;   
}

Once again:

Replace # with the player's profile number. You can visit his profile page and look up the URL to notice the number next to ''/u''.

Good luck.
DarkGlow
DarkGlow
Forumember

Male Posts : 629
Reputation : 92
Language : English | Hebrew | Arabic
Location : Israel

Back to top Go down

Back to top


 
Permissions in this forum:
You cannot reply to topics in this forum