I moved this over to the support forum, Papelletman . Maybe Grizzly Adam or someone there can get you pointed in the right direction.
You've got to get the code from that weather site everyone is using and then use just the image info from it. If you need more help just let me know
here the whole code...now what? <span style="display: block !important; width: 320px; text-align: center; font-family: sans-serif; font-size: 12px;"><a href="Plymouth Meeting, PA | 68.7° | Clear" title="Plymouth Meeting, Pennsylvania Weather Forecast" target="_blank"><img src="http://weathersticker.wunderground....day_cond&airportcode=KLOM&ForcedCity=Plymouth Meeting&ForcedState=PA&zip=19462&language=EN" alt="Find more about Weather in Plymouth Meeting, PA" width="300" /></a><br><a href="Plymouth Meeting, PA | 68.7° | Clear" title="Get latest Weather Forecast updates" style="font-family: sans-serif; font-size: 12px" target="_blank">Click for weather forecast</a></span>
From the code you posted... Code: <img src="http://weathersticker.wunderground.com/weathersticker/cgi-bin/banner/ban/wxBanner?bannertype=wu_clean2day_cond&airportcode=KLOM&ForcedCity=Plymouth Meeting&ForcedState=PA&zip=19462&language=EN" alt="Find more about Weather in Plymouth Meeting, PA" width="300" /> What you are looking for is the part that says <img src=' and then copy everything between it and the /> tag. This is your image url. Code: http://weathersticker.wunderground.com/weathersticker/cgi-bin/banner/ban/wxBanner?bannertype=wu_clean2day_cond&airportcode=KLOM&ForcedCity=Plymouth Meeting&ForcedState=PA&zip=19462&language=EN" alt="Find more about Weather in Plymouth Meeting, PA" width="300" And since xenforo uses BBS code you simply need to put that image url between IMG tags like so... Code: [IMG]http://weathersticker.wunderground.com/weathersticker/cgi-bin/banner/ban/wxBanner?bannertype=wu_clean2day_cond&airportcode=KLOM&ForcedCity=Plymouth Meeting&ForcedState=PA&zip=19462&language=EN" alt="Find more about Weather in Plymouth Meeting, PA" width="300"[/IMG] And your image should appear like so: