Author: Glenn Richard
| This applet lets you add a colorful title for your page. You can increase or decrease the size to suit your needs. To use this applet on your page, follow the directions below. |
| 1. Download RainbowText.zip. 2. Place RainbowText.class in your home page directory. 3. Copy and paste the html code below on your page. 4. Change the text field to what you like and change the bgcolor to suit your needs. That's It! |
| <applet codebase="your page directory here" code="RainbowText.class" width=460 height=100> <param name=text value="RainbowText"> <param name=fontname value="TimesRoman"> <param name=fontsize value=72> <param name=fontstyle value=bi> <param name=bgcolor value=000000> <param name=sleeptime value=100> </applet> |