Author: Mattias Tollet
| This applet produces a bouncing scroll effect for your text. To add this feature to your page, follow the directions below. |
| 1. Download SineText.class and load it in your home page directory. 2. Copy and paste the html code below on your page. 3. Make the necessary changes to the html code. |
| <applet codebase="Your page directory here" code=sinetext.class width=500 height=100> <param name=text value="Your text here"> <param name=traveling value="yes"> <param name=mouseclick value="yes"> <param name=rate value="4"> </applet> |