I always name the HTML, the background, the topper and the midi in the same format as below so that they stay together in the Stationery folder which makes it easier to zip, post for download or share.
Copy code and paste to NotePad and save with a name that you will recognize
with either an HTM or HTML file extension. Make your changes and
save again. Do not change any thing in black.
<STYLE>BODY {
BACKGROUND-COLOR: BACKGROUND #DAD2DF;
COLOR: #602D7B; FONT-FAMILY: "Freehand591
BT"; FONT-SIZE: 18pt; MARGIN-LEFT:
100px; MARGIN-TOP:
200px
}
</STYLE>
<title>Corner Stationery</title>
</head>
<body background="c:/program files/common files/microsoft shared/stationery/BlueCornerBkg.jpg" topmargin="0" leftmargin="0">
<p>Text Goes Here</p>
<P>
<P>
<P>
<p><span style="position: absolute; left: 0; top: 0; z-index: -1"><img border="0" src="c:/program files/common files/microsoft shared/stationery/BlueCornerTop.jpg" width="1025" height="166"></span></p>
<BGSOUND balance=0 loop=infinite src="file:///c:\program%20files\common%20files\microsoft%20shared\stationery\BlueCornerMidi.mid" volume=-200>
<SCRIPT language=JavaScript>
<!--
ScrollSpeed = 100; // milliseconds between scrolls
ScrollChars = 1; // chars scrolled per time period
function SetupTicker() {
// add space to the left of the message
msg = "Any day you learn anything is not
a wasted day . . . CSGreen . . .
";
RunTicker();}
function RunTicker() {
window.setTimeout('RunTicker()',ScrollSpeed);
window.status = msg;
msg = msg.substring(ScrollChars) + msg.substring(0,ScrollChars);}
SetupTicker();
</SCRIPT>
</body>
</html>