Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Sparkle Name Problem , Please Help .

Newbie Spellweaver
Joined
Oct 31, 2012
Messages
10
Reaction score
0
Ok I have a problem about code sparkle name
I want to combine two codes , to see the sparkle a little above , like on the middle of the name , right now I see it below the codes are those:


Code:
<span style="font-weight:bold;color:Red;background: url(images/textglitter/backround1.gif);">

Code:
<span style="background:url(images/textglitter/backround1.gif) repeat-x 15px"><font class="admin">

But I need only the last thing
This
Code:
repeat-x 15px"><font class="admin">
in this
Code:
<span style="font-weight:bold;color:Red;background: url(images/textglitter/backround1.gif);">
 
butt > Tits
Loyal Member
Joined
Feb 16, 2009
Messages
658
Reaction score
96
Code:
<span style="font-weight:bold;color:Red;background: url(images/textglitter/backround1.gif) repeat-x 15px;"
 
Back
Top