Username formatting
TappedOut forum
Posted on June 24, 2014, 5:56 p.m. by Doom_of_Valyria
Hello all, I've got a question about my username. How do I get that glowing aura effect around it? I've tried looking online, but all the leads don't seem helpful. I'm not very experienced with coding, so as far as instructions, the more specific the better! Thanks for any help!
Doom_of_Valyria says... #4
Awesome, thanks! Now where do I copy that? If I click "Customize Username" do I just copy that code into each available text box corresponding to the characters in my name, and then replace the "shadow" "color of shadow" and "desired font" with what? My name, the color of the aura, and that standard font type? Like I said, I'm code handicapped...
June 24, 2014 6:32 p.m.
Doom_of_Valyria says... #5
Does that just go in the beginning box, along with the HTML code for the color of that letter?
June 24, 2014 6:34 p.m.
Rasta_Viking29 says... #6
:D okay...
This code is for my red letters. You can copy and paste it into each of those boxes and then change the colors and font by replacing them with what you want.
Red;text-shadow:1px 1px 10px lime;font-family:Chiller;
June 24, 2014 6:35 p.m.
Rasta_Viking29 says... #7
1st #px of the text-shadow code is the how you offset the shadow to the right or left. 2nd # px is up down. 3rd #px is the size of the glow.
June 24, 2014 6:38 p.m.
Doom_of_Valyria says... #8
It works! Hazzah! Thank you, I really appreciate the hand holding to help me understand this. Also thanks for reading me what the px means, now I can play around with it.
June 24, 2014 6:59 p.m.
Rasta_Viking29 says... #9
Your welcome. Make sure to save you're code for next time.
Osang says... #2
I have two very helpful thread links from T/O in my profile page, here.
June 24, 2014 6:11 p.m.