I'm glad to hear that worked for you
mteuling. Try this code and see if you like the results any better.
Code:
<!-- saved from url=(0031)http://www.singerscreations.com -->
<HTML>
<TITLE>The Weather</TITLE>
<B>Location:</B> [Location]<BR />
<B>Condition:</B> [Condition]<BR />
<B>Temperature:</B> [Temp]<BR />
<B>Feels Like:</B> [Feels]<BR />
<B>Dew Point:</B> [Dew]<BR />
<B>Humidity:</B> [Humidity]<BR />
<B>Wind:</B> [Wind]<BR />
<B>Visibility:</B> [Visibility]<BR />
<B>Barometer:</B> [Barometer]<BR />
<B>UV Index:</B> [UV]<BR />
<B>Sunrise:</B> [Sunrise AMPM]<BR />
<B>Sunset:</B> [Sunset AMPM]<BR />
<!IMG SRC="[ICON]"><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+"'>");</script><BR />
<BR />
<FONT SIZE=-1>[Updated]</FONT>
</HTML>
Replace the whole Export template code with this. To be safe, use the mouse to highlight all the template code you are currently using then with the mouse on the highlighted text right click and choose Copy. Create a text document someplace that you will remember and Paste the copied code into it and Save it. Thus if you don't like the new template you can restore to what you have.