atg
02-09-2005, 10:48 PM
I have it on my website ateevgupta.com (top) but it just gives the backgroung color this is all the things i had changed (My friends wanted me to do this so i did)
//STEP 1: Configure the countdown-to date, in the format year, month, day, hour(0=midnight,23=11pm), minutes, seconds:
setcountdown(2005,6,02,16,32,50)
//STEP 2: Change the two text below to reflect the occasion, and message to display on that occasion, respectively
var occasion="school"
var message_on_occasion="school ends!"
//STEP 3: Configure the below 5 variables to set the width, height, background color, and text style of the countdown area
var countdownwidth='520px'
var countdownheight='35px'
var countdownbgcolor='lightyellow'
var opentags='<font face="Verdana"><small>'
var closetags='</small></font>'
//STEP 1: Configure the countdown-to date, in the format year, month, day, hour(0=midnight,23=11pm), minutes, seconds:
setcountdown(2005,6,02,16,32,50)
//STEP 2: Change the two text below to reflect the occasion, and message to display on that occasion, respectively
var occasion="school"
var message_on_occasion="school ends!"
//STEP 3: Configure the below 5 variables to set the width, height, background color, and text style of the countdown area
var countdownwidth='520px'
var countdownheight='35px'
var countdownbgcolor='lightyellow'
var opentags='<font face="Verdana"><small>'
var closetags='</small></font>'