Quote:
Originally Posted by Bob_R
What I am missing?
Thank you.
|
Somehow it places a comment text behind the time...
That's easy to remove.
At the end of the script you see: // End of clock script
Just remove that and that part is solved. (The part why it places the comment text is not solved! Things after the double slash should not be shown in html)
Second: you can change the color to white like the rest of your navbar text.
Find:
Code:
<font color="#000000" size="3" face="Verdana">
replace #000000 for the color code you want.
Note: you have to change the date as well as the clock.
Third: to align the time and date with the rest of the text in the navbar, you can find that solution in post 7.
This is depending of the style you use, and not an error in the script.