This scroller uses a form's text box for display. Code needs to be set up in
three places in your page:
- Set up the JavaScript variable and scrolling function in the header of your page.
- call the scrolling function with the "onLoad" parameter in the BODY tag
- Set up the form in the body of your page.
This is the JavaScript code at work:
As you can see, the banner has:
- only one possible colour: black
- only one possible font: Arial
- only one possible text size: 2
Feel free to copy this page to your machine. Under the File menu of your
browser, click "Save As" and write it to your location.