| Looking to add a clock to your webpage? Here is a very simple one that looks pretty good. Take the contents of the text area and add it to the <head> area of your webpage. Then replace your <body> with the complete "body tag" below, then lastly, add the complete "form" to your page in the location you would like the clock to appear. It is that simple.
By using the style tag you can change the appearance of your clock.
<BODY ONLOAD="jsClock()">
<FORM NAME="clockForm" style="font-family: Courier New, Courier; font-size=12pt; font-weight: bold"> <INPUT TYPE="text" NAME="digits" SIZE=11 VALUE="Loading">> </FORM>
example:
|