Better still.
Code:
<!-- saved from url=(0031)http://www.singerscreations.com -->
<HTML>
<TITLE>My [LOCATION] Weather</TITLE>
<TABLE WIDTH="375" BGCOLOR=#FFFFFF
BORDER=1 CELLPADDING=5 BORDERCOLOR=darkblue>
<TR BGCOLOR=#C9DEE5><TH>[LOCATION]</TH></TR>
<TR><TD>
<SCRIPT LANGUAGE="JavaScript">var WWicon ="[ICON]";WWicon = WWicon.substr(WWicon.length-6,6);if (WWicon.substr(1,1) == "/") WWicon = WWicon.substr(2,5);TWCicon="http://image.weather.com/web/common/wxicons/52/"+WWicon;document.write("<IMG SRC='"+TWCicon+"' HEIGHT='60' WIDTH='60' ALIGN='left' BORDER=0>");</SCRIPT>
<FONT SIZE="-2"><BR /></FONT>
<FONT SIZE="+1" COLOR=mediumblue><STRONG> [CONDITION]</STRONG></FONT><BR />
<FONT SIZE="+1"><STRONG> [TEMP]</STRONG></FONT><BR />
<BR />
<STRONG>Feels Like: </STRONG>[FEELS]<BR />
<STRONG>Dew Point: </STRONG>[DEW]<BR />
<STRONG>Humidity: </STRONG>[HUMIDITY]<BR />
<STRONG>Wind: </STRONG>[WIND]<BR />
<STRONG>Visibility: </STRONG>[VISIBILITY]<BR />
<STRONG>Barometer: </STRONG>[BAROMETER]<BR />
<STRONG>UV Index: </STRONG>[UV]<BR />
<STRONG>Sunrise: </STRONG>[SUNRISE AMPM]<BR />
<STRONG>Sunset: </STRONG>[SUNSET AMPM]<BR />
<STRONG>Moon: </STRONG>[MOON]<BR />
<BR />
[DETAILED LOOP COUNT=1]
<STRONG>Forecast: </STRONG>
[DETAILED FORECAST]
[/DETAILED LOOP]<BR /><BR />
</TD></TR>
<TR BGCOLOR=#DDDDDD><TD>
<FONT SIZE="-1">[UPDATED]</FONT>
</TD></TR>
</TABLE>
</HTML>
You can replace the weather.com URL with a personalized one including the address of the WW icons folder on your home LAN
(ie TWCicon="\\MyPC\Weather Watcher\Skins\Icons\Weather Network\"+WWicon) if it is shared.
