The exact time - atomically correct :)

Nov 03, 2007 15:15

So, I was playing doing some research, and found a way to embed an atomic clock, either 12 or 24 hour) into my blog - if you want one, just roll over the clock face and pick your country/time zone you want to show.



I just couldn't help myself, you can even change the colour of the clock surround and the hour hand to match your blog/web pages ( Read more... )

atomic clock, fun

Leave a comment

Comments 8

betagoddess November 3 2007, 22:12:35 UTC
Very cool!

Is there any way to put it on an LJ profile page? I tried, but what I did didn't work. *sigh*

Reply

aqualegia November 3 2007, 22:27:33 UTC
I have just tried it and put mine on the profile page under the "bio" heading. I did amend the code slightly before embedding it in my original post by inserting the generated code inside a table; like this (have replaced the < with [ and > with ] so remember to change them back if you use any of the code :

[table border="2" align="center"]
[tr][td]
[lj-embed id="3"]
[table border="0" cellspacing="0" cellpadding="0" align="center"]
[tr][td align="center"][embed src="http://www.worldtimeserver.com/clocks/wtsclock024.swf?color=90EE90&wtsid=GB" width="200" height="200" wmode="transparent" type="application/x-shockwave-flash" /][/td][/tr]
[tr][td align="center"][h2]London[/h2][/td][/tr][/table]
[/lj-embed]
[/td][/tr]
[/table]

hope this helps :)

Reply

betagoddess November 3 2007, 22:31:27 UTC
Um, I know a titch of html, but obviously not enough, cause I'm not getting "(have replaced the < with [ and > with ]" at all. *sigh*

Reply

aqualegia November 3 2007, 22:35:46 UTC
so that the code would show up on the comment (and not generate another clock) I replaced the all these type brackets < with [ : and these > with ] - so if you use the code you need to turn them back to the proper html brackets of < and >

Reply


Leave a comment

Up