These countdowns were made for Dance Angel, so she could count down the days until her dance recital!   Ok....here's the instructions: (it will look like the ones below when it's done)

 

 

  1) Copy this  image to your computer, either on a floppy disc or to your hardrive, and upload it to your home page:

 

2) Cut and paste (or copy) the html code into your page.  It must be EXACT for it to work the way it is pictured above.   The image is called "spotlight.gif"    Don't change it!

 3) Please link to: Countdown by Roxydoll12 

HERE'S THE CODE:

<Recital 1 Code>

<p align="center">&nbsp;</p>

<div align="center">

<table border="0" cellpadding="0" cellspacing="0" width="250" ; font-family: Comic Sans; color: rgb(18,56,188); border: 3px solid #6464FF" bgcolor="#CACAFF" style="border: 3 solid #6464FF">

<tr>

<td width="100%" style="color: #6464FF; font-family: Arial; font-size: 10pt"><p align="center">&nbsp; <script LANGUAGE="JavaScript">

<!-- Original: Alan Palmer -->

<!-- Web Site: <http://www.jsr.communitech.net> -->

<!-- This script and many more are available free online at -->

<!-- The JavaScript Source!! <http://javascript.internet.com> -->

<!-- Begin

var date = new Date("May 1, 2004");

var description = "Angel's Dance Recital!";

var now = new Date();

var diff = date.getTime() - now.getTime();

var days = Math.floor(diff / (1000 * 60 * 60 * 24));

document.write("<center><h5>")

if (days > 1) {

document.write(days + " days until " + description);

}

else if (days == 1) {

document.write("Only two days until " + description);

}

else if (days == 0) {

document.write("Tomorrow is " + description);

}

else {

document.write("Today is " + description + "!");

}

document.write("</h5></center>");

// End -->

</script> </td>

<td width="100%"><img src="images/spotlight.gif" width="100" height="70"></td>

</tr>

</table>

</div>

<p align="center"><font color="#000000"></p>

<!-- End of Recital 1 Code-->

 

Personalize the Code for you as follows:

1) Put in the date of the event  in the line of the html code that begins "vardate".

2) Replace the Angel's name in the line that begins "var description" with the name of your event

3) If you want to use your own image,   copy your image to your page directory, and put the name of the image you have selected where it says <img src=>

 

 

 

 

  1) Copy this  image to your computer, either on a floppy disc or to your hardrive, and upload it to your home page:

 2) Cut and paste (or copy) the html code into your page.  It must be EXACT for it to work the way it is pictured above.   The image is called "dancer.gif"    Don't change it!

3) Please link to: Countdown by Roxydoll12  

 

HERE'S THE CODE:

<!--Begin Dance Recital 2-->

<p align="center">&nbsp;</p>

<p align="center">&nbsp;</p>

<div align="center">

<table border="0" cellpadding="0" cellspacing="0" width="250" ; font-family: Comic Sans; color: rgb(18,56,188); border: 3px solid #6464FF" bgcolor="#FFECF5" style="font-family: Arial; color: #FF6CB3; font-size: 8pt; border: 3 solid #FF6CB3">

<tr>

<td width="100%" style="color: #FF6CB3; font-family: Arial; font-size: 8pt"><p align="center">&nbsp; <script LANGUAGE="JavaScript">

<!-- Original: Alan Palmer -->

<!-- Web Site: <http://www.jsr.communitech.net> -->

<!-- This script and many more are available free online at -->

<!-- The JavaScript Source!! <http://javascript.internet.com> -->

<!-- Begin

var date = new Date("May 1, 2004");

var description = "Angel's Dance Recital!";

var now = new Date();

var diff = date.getTime() - now.getTime();

var days = Math.floor(diff / (1000 * 60 * 60 * 24));

document.write("<center><h5>")

if (days > 1) {

document.write(days + " days until " + description);

}

else if (days == 1) {

document.write("Only two days until " + description);

}

else if (days == 0) {

document.write("Tomorrow is " + description);

}

else {

document.write("Today is " + description + "!");

}

document.write("</h5></center>");

// End -->

</script> </td>

<td width="100%" style="color: #FF6CB3; font-family: Arial; font-size: 8pt"><img border="0" src="images/dancer.gif" width="85" height="100"></td>

</tr>

</table>

</div>

<p align="center">&nbsp;</p>

<end of Recital 2 Code>

 

Personalize the Code for you as follows:

1) Put in the date of the event  in the line of the html code that begins "vardate".

2) Replace the Angel's name in the line that begins "var description" with the name of your event

3) If you want to use your own image,   copy your image to your page directory, and put the name of the image you have selected where it says <img src=>