Top scroll Script
tutorial

Click here for the script.
un-zip and Save to your Stationery folder.

Open the script in  your favorite HTML editor.
If you don't have a favorite, use the OE stationery maker.
Click here to see where to find it.
View the SOURCE Mode to see the HTML.

Click to see where to Make Changes
Sound goes here.
Non Scroll Background goes here
Top Scroll Images goes here
Height of the Top-Scroll Image goes here
Width of the Top Scroll Image goes here
The rest of the script doesn't change.
<HTML>

<HEAD>
<STYLE>
body {font-family: "Comic Sans MS";font-size: 14pt;margin-left:0;margin-right:0;background-color: #ffffff;color: #EFB81C}
</STYLE>

<BGSOUND src="MIDI_FILE.MID" loop=99 style="display:none">

</HEAD>
<!-- An optional background image can be used but it will not scroll -->
<BODY background="Background.jpg">

<font color="#000000">

Sample text.</font>

<!-- THIS IS THE TOP BORDER IMAGE - YOU MUST ENTER THE HEIGHT AND WIDTH -->
<IMG id=bkg src="IMAGE.jpg" style="position:absolute;left:-1800;height:131;width:300">

<SCRIPT language=VBScript>
REM Edgar V. Poirier
REM moomoo@nbnet.nb.ca
REM Thanks to Tar'Hom for the idea ; )
REM Revised August 21, 1999
 The rest you don't change!

Click here for the Top Scroll Graphics Tutorial