Hi Mark,
I have a programming query. I am into genealogy and have my own web site (made with Araneae!
)
Below is part of the script for my index page WITHOUT the modification I am using (without the graphics):
<CENTER><IMG SRC="images/treegimh.gif" LOWSRC="images/treegimh.gif" WIDTH=91 HEIGHT=119 BORDER="0">
<B>Best viewed with</CENTER></B>
<CENTER><IMG SRC="images/google_chrome_logo.jpg" WIDTH=50 HEIGHT=50 BORDER="0"> <IMG SRC="images/ie7.jpg" WIDTH=100 HEIGHT=31 BORDER="0"> <IMG SRC="images/ie8.bmp" WIDTH=150 HEIGHT=31 BORDER="0"> <IMG SRC="images/firefox5.jpeg" WIDTH=50 HEIGHT=50 BORDER="0"></CENTER>
<CENTER><B>At 1280 x 1024 resolution</B></CENTER><CENTER><B>Proudly Hosted in Australia by</B></CENTER>
<CENTER><a HREF="http://www.ventraip.com.au/"><IMG SRC="images/ventraip logo.png" WIDTH=237 HEIGHT=45 BORDER="0"></a></CENTER>
<H4><CENTER>Designed with</CENTER></H4><H4><CENTER><FONT COLOR=#008000> <IMG SRC="./images/araneae2.jpg" WIDTH="88" HEIGHT="31" alt=""> <B>and</B> <IMG SRC="./images/araneae4.jpg" WIDTH="88" HEIGHT="31" alt="">
<I><strong><FONT COLOR=red>Designed and © by EyeBee Enterprises 2000 - 2011</strong></FONT></CENTER>
Then the script I want to use:
<table border="0" cellspacing="0" cellpadding="0"><tr><td align="center"><script type="text/javascript" src="http://www.worldtimeserver.com/clocks/embed.js"></script><script type="text/javascript" language="JavaScript">objAUVIC=new Object;objAUVIC.wtsclock="wtsclock001.swf";objAUVIC.color="CC6600";objAUVIC.wtsid="AU-VIC";objAUVIC.width=100;objAUVIC.height=100;objAUVIC.wmode="transparent";showClock(objAUVIC);</script></td></tr><tr><td align="center"><h4>Melbourne, Australia</h4></td></tr></table>
<CENTER><IMG SRC="images/treegimh.gif" LOWSRC="images/treegimh.gif" WIDTH=91 HEIGHT=119 BORDER="0">
<B>Best viewed with</CENTER></B>
<CENTER><IMG SRC="images/google_chrome_logo.jpg" WIDTH=50 HEIGHT=50 BORDER="0"> <IMG SRC="images/ie7.jpg" WIDTH=100 HEIGHT=31 BORDER="0"> <IMG SRC="images/ie8.bmp" WIDTH=150 HEIGHT=31 BORDER="0"> <IMG SRC="images/firefox5.jpeg" WIDTH=50 HEIGHT=50 BORDER="0"></CENTER>
<CENTER><B>At 1280 x 1024 resolution</B></CENTER><CENTER><B>Proudly Hosted in Australia by</B></CENTER>
<CENTER><a HREF="http://www.ventraip.com.au/"><IMG SRC="images/ventraip logo.png" WIDTH=237 HEIGHT=45 BORDER="0"></a></CENTER>
<H4><CENTER>Designed with</CENTER></H4><H4><CENTER><FONT COLOR=#008000> <IMG SRC="./images/araneae2.jpg" WIDTH="88" HEIGHT="31" alt=""> <B>and</B> <IMG SRC="./images/araneae4.jpg" WIDTH="88" HEIGHT="31" alt="">
<I><strong><FONT COLOR=red>Designed and © by EyeBee Enterprises 2000 - 2011</strong></FONT></CENTER>
What I want to do is have the clock in the second script situated on the left hand side WITHOUT it pushing everything down. In other words on the same level as the centred graphic (the one above the text that says Best Viewed with) The second script includes the first one (does that make sense?) How do i acheive that? Also at a later time (after I receive a reply form the providers of the clock script), I want to insert a similiar clock that shows the viewers time on the far right hand side. How do I achieve this addition so that it doesn't push everything down?
Sorry if this sounds complicated, but it is the only way to explain what I want to do.
Regards.