<span style="width: 180px; text-align: center; font-family: sans-serif; font-size: 12px; display: block !important;">
<a title="Titusville, Pennsylvania Weather Forecast" href="http://www.wunderground.com/cgi-bin/findweather/getForecast?query=zmw:16354.1.99999&bannertypeclick=wu_blueglass">
<img alt="Find more about Weather in Titusville, PA" src="http://weathersticker.wunderground.com/weathersticker/cgi-bin/banner/ban/wxBanner?bannertype=wu_blueglass&airportcode=KFKL&ForcedCity=Titusville&ForcedState=PA&zipcode=16354&language=EN" width="160">
</a>
<a style=“font-family: sans-serif; font-size: 12px;” title=“Get latest Weather Forecast updates” href=“http://www.wunderground.com”>
Click for weather forecast
</a>
</span>
However in the instructions
it states
Instead of copying all of the code, copy only the URL for the image file. This can be found in the image source tag which starts with < img src="http... Copy the text within the tag starting with "http" and, for Classic stickers, ending with the "gif" or, for New stickers, ending with "ForcedState=".
are those the instructions you are trying to accomplish?
Here are my results of said instructions
![post-21882-0-91414600-1326494539_thumb.jpg]()
if the white covers your whole desktop (and not just that little bit) it could be that you have maximized the widget
to unmax (go back to the size of the original picture) press the button to which my arrow points
![post-21882-0-20630900-1326494651_thumb.jpg]()
You can use a resize arrow on a non maximized one (as per any window) but it shrinks the image as well. I have been able to get away from such resize by
pasting the entire code (as is above) into a new html document as seen below
<html>
<head></head>
<body>
<span style="width: 180px; text-align: center; font-family: sans-serif; font-size: 12px; display: block !important;">
<a title="Titusville, Pennsylvania Weather Forecast" href="http://www.wunderground.com/cgi-bin/findweather/getForecast?query=zmw:16354.1.99999&bannertypeclick=wu_blueglass">
<img alt="Find more about Weather in Titusville, PA" src="http://weathersticker.wunderground.com/weathersticker/cgi-bin/banner/ban/wxBanner?bannertype=wu_blueglass&airportcode=KFKL&ForcedCity=Titusville&ForcedState=PA&zipcode=16354&language=EN" width="160">
</a>
<br>
<a style="font-family: sans-serif; font-size: 12px;" title="Get latest Weather Forecast updates" href="http://www.wunderground.com">
Click for weather forecast
</a>
</span>
</body>
</html>
I then saved this html doc somewhere on my pc and pointed the Active desktop to it
This allowed for a fair amount of cleanup of the white space using the resize arrow
I also was able to make the background a different color by adding
style="background-color: Black;
to the body tag (The Blue is my desktop background so yes the entire widget is black)
![post-21882-0-98821700-1326495658_thumb.jpg]()
Hope this gave some help sorry it was so long winded
EDIT: (Again) I don't know if this will work but if you add <meta content="5" http-equiv="refresh"> to the head section of the above html doc it may allow your weather to refresh itself. I don't know if Active desktop allows that or not so you have to experiment
http://www.hscripts....autorefresh.php