JVcountdownClockPlain
Sample countdown clock with NO background image.
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
" ", // image to display in background, enter " " for nothing
"orange", // orange box surrounding number area
"dodgerblue", // number box color
"white", // number color
"100", // percent of width of area - full width
"30"); // height percent of display width
</script>
Clock Goes here