Hi, I need a clock showing GMT time not london time for my website, using a HTML code. I cant find one anywhere! Any ideas guys?
You also need some javascript for that. I Googled a bit and found a page where you can generate a clock for your site. I think you can easily adapt the code http://www.24webclock.com/en/ Code (markup):
I'm afraid its not possible just using HTML. JavaScript is best option for this. You will need to learn how to use the JavaScript date object. There is loads of tutorials if you Google it.