header 1
header 2
header 3

JVcountdownClockImage

 

Sample countdown clock with a static background image. Minimum parameters used

Paste this code in Editor Source mode. 

<center>
<div id="JVclock">Clock Goes here</div>
</center>

<script src="https://www.classcreator.com/000/7/7/0/13077/userfiles/file/html/JVcountdownClock.js"></script>

<script>
JVcountdownClock( "Jan 5, 2025 20:37:25",   // Date and Time of event
                  "50th Reunion Jan 5, 2025",30,    // Heading Text,Text size
                  "white",                            // Heading Color
                  "green",                          // Background color if no image
                  "https://images.all-free-download.com/images/graphiclarge/happy_birthday_wallpaper_189194.jpg"); // any image you want
</script>

Clock Goes here