Click to See Complete Forum and Search --> : Neon text


dmkitz
06-13-2003, 09:28 AM
Hello all. I would like to use the Neon Text from JavaScript Source, but I don't know how to get the text where I want it on my web page. I don't want it at the top, where the demo text is. Is the location possible to change? (I'm using frames and IE 6) Thanks.

Jona
06-13-2003, 10:32 AM
A link would be nice--I don't really want to go and search through the site. :p

But moving the text shouldn't be too difficult.

Jona

dmkitz
06-13-2003, 01:33 PM
Sorry about that!

D.

http://javascript.internet.com/messages/neon-text.html (Neon text)

Jona
06-13-2003, 01:52 PM
Put this code anywhere you want it to appear:


<h2><span id="neon">The JavaScript Source</span></h2>


Jona

dmkitz
06-13-2003, 04:15 PM
Cool. Thanks!
D.