
|
For this countdown button to work, you need to do two things:
1) Copy this image to your computer, either on a floppy disc or to your hardrive, and then upload it to your home page:3) Please link to: Countdown by Roxydoll12
HERE IS THE CODE:
<--!BEGINNING OF BEATING HEART CODE-->
<p align=
"center"> </p><div align=
"center"><center><table border=
"0" cellpadding="0" cellspacing="0" width="175" bgcolor="#FFFFFF" style="background-color: rgb(255,202,228); font-family: Arial; color: rgb(255,0,0); border: 2px solid #FF0000" #0099FF" bordercolor="#FFFFFF"><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("
February 14, 2004");var description = "Valentine's Day!!";
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> </td>
<td width="100%"><img src="images/heart2.gif" WIDTH="40" HEIGHT="40"></td>
</tr>
</table>
</center></div>
<p align="center"> </p>
<!--End of Beating Heart Code-->
|