BLINKING
TEXT |
This is a small javascripts that makes ordinary text blink. The example is below. Code Provided By: PIAAS |
EXAMPLE |
CODE (S) |
====================================================================== Add the following code where ever you want the text to appear. ====================================================================== <script language="JavaScript1.2"> message="YOUR BLINKING TEXT HERE" ///Don't change anything below this line///// var n=0 //cache reference to neonlight array function neon(){ //Change all letters to base color //cycle through and change individual letters to neon color if (n<tempref.length-1) function beginneon(){ ====================================================================== |