Well, actually you didn't follow the instructions quite right. Where it said:
Step 2: Inside the <BODY> tag itself, throw in the following onLoad event handler, as follows:
<body onLoad="show_clock()">
You added this:
Code:
<script language="javascript" src="http://www.biblical-education.com/DynamicDrive/liveclock.js">
/*
Live Clock Script-
By Mark Plachetta (astro@bigpond.net.auŠ) based on code from DynamicDrive.com
For full source code, 100's more DHTML scripts, and Terms Of Use,
visit http://www.dynamicdrive.com
*/
</script><p><body onLoad="show_clock()"></p>
Get rid of that (all of the red stuff above), and add it to the existing body tag (the one and only one allowed per page) here, like so (addition green):
Code:
<link rel="shortcut icon" href="/misc/favicon.ico" type="image/x-icon" />
<style type="text/css" media="all">@import "/themes/goldengray/style.css";</style> <script type="text/javascript"> </script>
</head>
<body onLoad="show_clock()">
<table border="0" cellpadding="0" cellspacing="0" id="header">
<tr>
Bookmarks