
For this 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 "pika02.gif" Don't change it!
3) Please link to: Countdown by Roxydoll12 ; Image by ManekiNeko Club
|
![]() |
HERE'S THE CODE:
<!-- Start of Pikachu Code-->
</p><div align=
"center"><center><table border=
"0" cellpadding="0" cellspacing="0" width="200" bgcolor="#A8D0F8" style="background-color: rgb(255,255,221); font-family: Verdana; color: rgb(255,0,0); border: 2px solid rgb(0,0,0)" #A09CFF" bordercolor="#A000FF"><tr>
<td width="
100%"><p align="center"> <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><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 " + description);
}
else {
document.write("Today " + description + "!");
}
document.write("</h5></center>");
// End -->
</script> </td>
<td width="100%"><img src="images/pika02.gif" WIDTH="58" HEIGHT="76"></td>
</tr>
</table>
</center></div>
<!--End of Pikachu Code>
|
|
For this 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 "catani.gif" Don't change it!
3) Please link to: Countdown by Roxydoll12 ; Image by ManekiNeko Club
HERE'S THE CODE:
<!--Beginning Pika Countdown-->
<div align="center"><center>
<table border="0" cellpadding="0" cellspacing="0" width="50%" style="font-family: Comic Sans MS; background-color: rgb(255,255,221); color: #FF0000; font-size: 8pt; font-weight: bold; border: 3px solid rgb(0,0,0)">
<tr>
<td width="100%"><p align="center"><img src="images/pika.gif" WIDTH="96" HEIGHT="80"></td>
</tr>
<tr>
<td width="100%"><p align="center"><script LANGUAGE="JAVASCRIPT">
today = new Date();
BigDay = new Date("September 24,
2004")msPerDay = 24 * 60 * 60 * 1000 ;
timeLeft = (BigDay.getTime() - today.getTime());
e_daysLeft = timeLeft / msPerDay;
daysLeft = Math.floor(e_daysLeft);
e_hrsLeft = (e_daysLeft - daysLeft)*24;
hrsLeft = Math.floor(e_hrsLeft);
minsLeft = Math.floor((e_hrsLeft - hrsLeft)*60);
document.write( "There'
s "+daysLeft+" days, "+hrsLeft+" hours and "+minsLeft+" minutes left til Lala's birthday! ");</script> </td>
</tr>
</table>
</center></div><font color="#000000">
<p align="center"></font><small><xsmall><small><font face="Georgia" color="#000000">Countdown
Courtesy of <a href="
http://www.roxydoll12.com">Roxydoll12</a> and <a href="http://www.gurlpages.com/activism/alysonroad">Princess Aly</a></font><font color="#000000"><font face="Georgia">; Image by <a href="http://www.amy.hi-ho.ne.jp/~mono93/cat/english">ManekiNeko Club</a></font></font></small></small></p><font color="#000000">
<p align="center"> </p>
<End Pika Countdown>
Personalize the Code for your birthday as follows:
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 2004 for the countdown to work again.
2) Replace Alexa's name in the line that begins "var description=" with your name.
|
|