I'll really stuck!!!!
this is the 7 day forecast widget reduced to suit users.on.net/~ace2/indextest2.htm
my end result i want to have is to look like this

the weather widget code is
Code: Select all
<style>
.sbTable { text-align: center;background-color: #678090; }
.sbLoc1 { font-family: Verdana, Helvetica, sans-serif;font-size:9pt; font-weight: bold;text-transform: uppercase; color: #ffffff; }
.sbLoc2 { font-family: Verdana, Helvetica, sans-serif;font-size:9pt; font-weight: bold; text-transform: uppercase;color: #ffffff; }
.sbDay { font-family: Verdana, Helvetica, sans-serif;font-size:9pt; font-weight: bold;color: #ffffff; }
.sbTemp { font-family:verdana;font-size:7pt; color: #ffffff; }
.sbIcon { width:30px; height:30px; }
.sbLink { font-family: Verdana, Helvetica, sans-serif;font-size:7pt; font-weight: bold;text-transform: lowercase; }
</style>
<!-- BEGIN 7 DAY HORIZONTAL WIDGET (don't forget the style sheet!) -->
<div style=width:10% ;border:left;'><script type="text/javascript">var sbLoc=282;var sbDays=7; document.write('<scr'+'ipt src="'+document.location.protocol+'//'+( document.location.protocol.toLowerCase()=='https' ? 'secure' : 'www') + '.seabreeze.com.au/members/weather/shared/bar.aspx?loc='+sbLoc+'&days='+sbDays+'&icons=0"></scr'+'ipt>'); </script></div>
<br />Code: Select all
<a href="cam.htm"><img src="snapshot.jpg" alt="snapshot.jpg"width=21% align="right" /></a>
<img src="images/icons/forecast_<#IsFreezing>_<#isdaylight>_<#forecastnumber>.png" alt="Current forecast icon" title="<#forecast>" />
<p>Forecast: <#forecast></p>If some one can work this out for me, great.....