
Originally Posted by
AussieJohn
No probs
Mind letting me have a look at the URL where you're putting it?
Well, my site's not public yet and I really don't want to post the URL in a public forum. Does it help if I tell you I'm using Yahoo hosting service? And, in case it's important, I'm using Yahoo's SiteBuilder tool and I'm simply embedding the code with the tool's "insert html" feature, which let's you insert any kind of code, not just html.
And, if it helps, here's the full code from the html page:
Code:
<!DOCTYPE html>
<html xml:lang="en-au" lang="en-au">
<head>
<meta charset="utf-8">
<title>Thermometer</title>
<link rel="stylesheet" type="text/css" href="thermo.css" />
<script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
<script type="text/javascript" src="thermo.js"></script>
</head>
<body>
<div id="content">
<div id="thermo1" class="thermometer">
<div class="track">
<div class="goal">
<div class="amount"> 90000 </div>
</div>
<div class="progress">
<div class="amount">47835 </div>
</div>
</div>
</div>
<div id="thermo2" class="thermometer horizontal">
<div class="track">
<div class="goal">
<div class="amount"> 1000000 </div>
</div>
<div class="progress">
<div class="amount">354680 </div>
</div>
</div>
</div>
</div>
</body>
</html><!-- text below generated by server. PLEASE REMOVE --><!-- Counter/Statistics data collection code --><script language="JavaScript" src="http://l.yimg.com/d/lib/smb/js/hosting/cp/js_source/whv2_001.js"></script><script language="javascript">geovisit();</script><noscript><img src="http://visit.webhosting.yahoo.com/visit.gif?us1354583998" alt="setstats" border="0" width="1" height="1"></noscript>
by the way, I'm going out of town tomorrow, so if I don't reply to your next post right away, I'll be back in a couple days...
THANKS AGAIN!
Bookmarks