what codes can i use to get glowing text for myspace? please help!!?
4 Answers
- 1 decade agoFavorite Answer
You may have no clue what im talking about. But you need to do is make a css code and some codes in html:
to make this, create an outer tag like <span>
then add some style properties....
filter:glow(color=green strength=5);
so say...
<span style="filter:glow(color=green strength=5);">The text that glows</span>
and thats how you get glowing text.
you can change the color of the glowing text by changing it in the code above.
- Anonymous1 decade ago
- LaurenLv 44 years ago
The glowing word you have to draw, then save it, and then use this code to insert it: <marquee direction="left"width="200" height="20" vspace="10"(these are to tell the comp. where to place the marquee) hspace="50" bgcolor="red"(this is the background colour of the marquee)> <image src="c:/ glowing words"(the place where the pic is)></marquee> Note: The words in the bracket are just to show what they mean, and he words in side the"" can be changed as one wished(sensibly though)