Continue Script
 

Click here to download this script.

See the demo script.

Open the script in your html editor
Edit Red and Blue text as needed.

<head>

<!-- This Script Was Written by Bren and Carissa -->

<!-- in the following style tag, setup your colors, font and margins for where you want your text to start NOTE when you go to use the stationery you can click higher that the words, text goes here, to start your email on top of the corner picture -->

<STYLE>BODY {
BACKGROUND-COLOR: BACKGROUND COLOR HERE;
COLOR: FONT COLOR HERE;
FONT-FAMILY: "
Freehand591 BT";
FONT-SIZE: 24pt;
MARGIN-LEFT:   145px;
MARGIN-TOP: 150px }
</STYLE>

<title></title>

<BGSOUND balance=0 loop=infinite src="file:///c:/program files/common  files/microsoft shared/stationery/INSERT MIDI HERE" volume=0>

</head>

<body background="blamebg.jpg" topmargin="0" leftmargin="0">

<!-- this next image is the image that will be the corner image, make sure your corner image is 1025px wide and make sure that you insert the exact height of the image into the script -->

<p><span style="position: absolute; left: 0; top: 0; z-index: -1"><img border="0" src="blame220.jpg" width="1025" height="220"></span></p>

<p>Text Goes Here</p>

<!-- IF YOU DO NOT HAVE AN EMAIL BUTTON, YOU CAN TAKE OUT THE FOLLOWING TAG --><a href="mailto:YOUR@e-mail.net"><span style="left: 673; top: 110; position: absolute"><img src="yourmail.gif" border=0 align=right width="113" height="136"></span></a>

<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 = "Designs by Joy";
RunTicker();}

function RunTicker() {
window.setTimeout('RunTicker()',ScrollSpeed);
window.status = msg;
msg = msg.substring(ScrollChars) + msg.substring(0,ScrollChars);}
SetupTicker();

<!-- end -->
</SCRIPT>

</body>
</html>

Hit Counter