
|
Here is a Countdown that tells the number of shopping days to your birthday (or any other event, but birthdays seem just right :) We've made it in several colors, so just pick the one you like best for your page.
For the countdown button to work, you need to do the following things:
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 image is called "gapbag.gif" Don't change it!
3) Please link to: Countdown by Roxydoll12
Click here if you need special help for Angelfire or Gurlpages
HERE IS THE CODE:
|
<!--Start of Gap Bag 1 Code-->
<div align=
"center"><center><table border=
"0" cellpadding="2" cellspacing="0" width="200" bgcolor="#0065CA"> <tr> <td width="75%"><div align="center"><table border="0" cellpadding="2" cellspacing="0" width="200" bgcolor="#B7DBFF"> <tr> <td width="150%"><div align="center"><table border="0" cellpadding="2" cellspacing="0" width="200" style="background-color: rgb(255,255,255) color: #0080FF"> <tr> <td width="100%"><p align="center"><b><font face="Verdana" size="1"> <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("September 12, 2004");
var description = "Alexa's Birthday!!";
var now = new Date();
var diff = date.getTime() - now.getTime();
var days = Math.floor(diff / (1000 * 60 * 60 * 24));
document.write("<center><h6>")
if (days > 1) {
document.write(days + " shopping days until " + description);
}
else if (days == 1) {
document.write("Only two shopping days until " + description);
}
else if (days == 0) {
document.write("Only one more shopping day until " + description + " So you better hurry!!" );
}
else {
document.write("Today is " + description + "! Can I please have my presents? ");
}
document.write("</h6></center>");
// End -->
</script>
</font></b> </td> <td width="100%"><b><font face="Verdana" size="1"><img src="images/gapbag.gif" WIDTH="65" HEIGHT="81"></font></b></td> </tr> </table> </div></td> </tr> </table> </div></td> </tr></table>
</center></div>
<end of Gap Bag 1 Code>
|
<!--Start of Gap Bag 2 Code-->
<div align=
"center"><center><table border=
"0" cellpadding="3" cellspacing="0" width="200" bgcolor="#000099"> <tr> <td width="75%"><div align="center"><table border="0" cellpadding="3" cellspacing="0" width="100%" bgcolor="#FF0000"> <tr> <td width="150%"><div align="center"><table border="0" cellpadding="3" cellspacing="0" width="200" style="background-color: rgb(255,255,255); color: rgb(0,0,128)"> <tr> <td width="100%"><p align="center"><b><font face="Verdana" size="1"> <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("September 12, 2004");
var description = "Alexa's Birthday!!";
var now = new Date();
var diff = date.getTime() - now.getTime();
var days = Math.floor(diff / (1000 * 60 * 60 * 24));
document.write("<center><h6>")
if (days > 1) {
document.write(days + " shopping days until " + description);
}
else if (days == 1) {
document.write("Only two shopping days until " + description);
}
else if (days == 0) {
document.write("Only one more shopping day until " + description + " So you better hurry!!" );
}
else {
document.write("Today is " + description + "! Can I please have my presents? ");
}
document.write("</h6></center>");
// End -->
</script>
</font></b> </td> <td width="100%"><b><font face="Verdana" size="1"><img src="images/gapbag.gif" alt="gapbag.gif (16514 bytes)" WIDTH="65" HEIGHT="81"></font></b></td> </tr> </table> </div></td> </tr> </table> </div></td> </tr></table>
</center></div>
<p align=
"center"></p><end of Gap Bag 2 Code> </p>
|
<!--Start of Gap Bag 3 Code-->
<div align=
"center"><center><table border=
"0" cellpadding="3" cellspacing="0" width="200" bgcolor="#b0b0ff"> <tr> <td width="75%"><div align="center"><table border="0" cellpadding="3" cellspacing="0" width="100%" bgcolor="#ffceff"> <tr> <td width="150%"><div align="center"><table border="0" cellpadding="3" cellspacing="0" width="200" style="background-color: #F0F0FF; color: #6F6FFF"> <tr> <td width="100%"><p align="center"><b><font face="Verdana" size="1"> <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("September 12, 2004");
var description = "Alexa's Birthday!!";
var now = new Date();
var diff = date.getTime() - now.getTime();
var days = Math.floor(diff / (1000 * 60 * 60 * 24));
document.write("<center><h6>")
if (days > 1) {
document.write(days + " shopping days until " + description);
}
else if (days == 1) {
document.write("Only two shopping days until " + description);
}
else if (days == 0) {
document.write("Only one more shopping day until " + description + " So you better hurry!!" );
}
else {
document.write("Today is " + description + "! Can I please have my presents? ");
}
document.write("</h6></center>");
// End -->
</script>
</font></b> </td> <td width="100%"><b><font face="Verdana" size="1"><img src="images/gapbag.gif" WIDTH="65" HEIGHT="81"></font></b></td> </tr> </table> </div></td> </tr> </table> </div></td> </tr></table>
</center></div>
<end of Gap Bag 3 Code>
1) Put in your birthday in the line of the html code that begins "var date=new date". Make sure the year is 2004. When your birthday passes in 2004, you will have to change the year to 2005 for the countdown to work again.
2) Replace Alexa's name in the line that begins "var description=" with your name.