An Analog Clock Widget for Blogger or WebSite

Here is the code for getting an analog clock widget  for your blog or for your website, This all clock as on Indian time just copy and paste code bellow on your page where you want to show the clock.

For blogger:-
1)Go to the design --> Page/Elements.
2)add html/javascript widget.
3)Then copy and paste this code on the html/javascript widget.
4)Click on Save Button.
Open your blog on the browser you will see the clock on your blog.

<table width="90" cellspacing="0" cellpadding="0" border="0">
            <tr>
                <td height="5">
                </td>
            </tr>
            <tr>
                <td align="center">
                    <object width="76" height="76" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0"
                        classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000">
                        <param value="http://www.xinhuanet.com/english2010/static/imgs/shizhong.swf" name="movie" />
                        <param value="high" name="quality" />
                        <param value="transparent" name="wmode" />
                        <embed width="76" height="76" wmode="transparent" type="application/x-shockwave-flash"
                            pluginspage="http://www.macromedia.com/go/getflashplayer" quality="high" src="http://www.xinhuanet.com/english2010/static/imgs/shizhong.swf"></embed>
                    </object>
                </td>
            </tr>
    </table>


   <table border="0" cellspacing="0" cellpadding="0">
        <tr>
            <td align="center">
                <embed src="http://www.worldtimeserver.com/clocks/wtsclock001.swf?color=000000&wtsid=IN"
                    width="200" height="200" wmode="transparent" type="application/x-shockwave-flash" />
            </td>
        </tr>
    </table>

No comments:

Post a Comment