Quote:
Originally Posted by LgsOfChampions
I can't get it to work with the glow I have. It makes my name vanish. This is my current code
first box
second box
Where would I put the to work with it?
I tried putting it in the front no luck 
|
you have to put an image link in the code <img src="images/example.png"> so you would upload the image to your image directory in ftp and rename the Example part
heres an example of what i have
html markup
first box:
HTML Code:
<img src="images/ef.png"> <span class='ecmem'><span style='color:#E1E1E1;'>
second box:
HTML Code:
</span></span>
then i have this in additional.css
HTML Code:
.admin {
text-decoration: none !important;
text-shadow: 0 0 0.5em red, 0 0 0.5em red, 0 0 0.5em red;
background: url("http://i47.servimg.com/u/f47/17/17/22/24/fire_o10.gif");
font-weight:bold;
}