Hope this helps
Original code (as posted by the developer above)
Code:
<td class="alt1" align="center"><p align="center"><embed src="http://www.respectsoft.com/onlineclock/digitalclock.swf" width="113" height="47" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" wmode="transparent"></embed><br></p></td>
My chosen clock code from
www.respectsoft.com
Code:
<p align="center"><embed title="Online clocks for your website, blog, myspace" src="http://www.respectsoft.com/onlineclock/onlineclock.swf?timezone_id=33&ccolor=blue" quality="high" wmode="transparent" bgcolor="#ffffff" width="88" height="31" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /><br>
<a href="http://www.respectsoft.com/onlineclocks.php" title="Free Online Clocks for WordPress, TypePad, MySpace and other blogs and web pages" target="_blank" style="text-decoration: none; font-size: 8px; font-family: Arial, Helvetica, sans-serif ">Online Clock</a> <a href="http://www.respectsoft.com/weather-clock.php" target="_blank" style="text-decoration: none; font-size: 8px; font-family:Arial, Helvetica, sans-serif ">Desktop Weather</a></p>
Stripped down code (to match original posting without links):
Code:
<td class="alt1" align="center"><p align="center"><embed src="http://www.respectsoft.com/onlineclock/onlineclock.swf?ccolor=blue" quality="high" wmode="transparent" bgcolor="#ffffff" width="140" height="31" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /><br>
</p></td>
You may have noticed that I have added the td tags from the original and taken the
timezone_id out all-together. This then allows the code to use your computers clock. You can change the colours too by replacing blue with red, orange, green, black etc.