Here is a Graduation Countdown, with directions for putting it on your page.  Make sure to follow the directions exactly, and link it to us!

         

 

For  this countdown button to work, you need to do the following things:

1) Copy the  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 image is called "gradbear.gif"    Don't change it!

3) Please link to: Countdown by Roxydoll12 ; Graphic by Just Jane

HERE IS THE CODE: 

 

<!-- Start of Graduation Code--> 

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

<div align="center"><center>

<table border="0" cellpadding="0" cellspacing="0" width="200" bgcolor="#FFFFFF" style="background-color: rgb(255,227,206); font-family: Jester, Comic Sans MS; color: rgb(255,108,2); border: 2px solid rgb(255,108,2)" red">

<tr>

<td><font face="Georgia" size="1"><b><img src="images/gradbear.gif" WIDTH="90" HEIGHT="90"></b></font></td>

<td width="100%"><p align="center"><font face="Georgia" size="1"><b>&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("June 24, 2004");

var description = "Alexa's Graduation!!";

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("It's " + description + "!");

}

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

// End -->

</script> </b></font> </td>

</tr>

</table>

</center></div>

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

<!--End of Graduation Code-->

 

Personalize the Code for your Graduation as follows:

1) Put in your graduation date  in the line of the html code that begins "var date=new date". 

2) Replace Alexa's name in the line that begins "var description=" with your name.  That's all you have to do, and your countdown will look like this: