Hi
This is all very new to me and to be honest I am struggling.
When I put an hyperlink in the body of my page it works ok.
When inserted within a nested div the text appears but the link does not work.
<body>
<a href="http://www.wunderground.com/cgi-bin/findweather/getForecast?query=zmw:00000.3.03772&bannertypeclick=wu_bluestripes" title="Heathrow - London, Weather Forecast" target="_blank"> <img src="http://weathersticker.wunderground.com/cgi-bin/banner/ban/wxBanner?bannertype=wu_bluestripes&airportcode=EGLL&ForcedCity=Heathrow&ForcedState=" alt="Click for Heathrow, United Kingdom Forecast" height="90" width="160" /></a>
<!-- Start of body_container -->
<div id="body_container">
<!-- Start of left_sidebar -->
<div id="left_sidebar">
<a href="http://www.wunderground.com/cgi-bin/findweather/getForecast?query=zmw:00000.3.03772&bannertypeclick=wu_bluestripes" title="Heathrow - London, Weather Forecast" target="_blank"> <img src="http://weathersticker.wunderground.com/cgi-bin/banner/ban/wxBanner?bannertype=wu_bluestripes&airportcode=EGLL&ForcedCity=Heathrow&ForcedState=" alt="Click for Heathrow, United Kingdom Forecast" height="90" width="160" /></a>
<a href="http://www.wunderground.com/cgi-bin/findweather/getForecast?query=zmw:00000.1.87582&bannertypeclick=wu_bluestripes" title="Buenos Aires, Argentina Weather Forecast" target="_blank"><img src="http://weathersticker.wunderground.com/weathersticker/cgi-bin/banner/ban/wxBanner?bannertype=wu_bluestripes_metric&airportcode=SABE&ForcedCity=Buenos Aires&ForcedState=Argentina&wmo=87582&language=EN" alt="Find more about Weather in Buenos Aires, AG" width="160" /></a>
<a href="http://www.wunderground.com/cgi-bin/findweather/getForecast?query=zmw:00000.1.87938&bannertypeclick=wu_bluestripes" title="Ushuaia, Argentina Weather Forecast" target="_blank"> <img src="http://weathersticker.wunderground.com/weathersticker/cgi-bin/banner/ban/wxBanner?bannertype=wu_bluestripes_metric&airportcode=SAWH&ForcedCity=Ushuaia&ForcedState=Argentina&wmo=87938&language=EN" alt="Find more about Weather in Ushuaia, AG" width="160" /></a>
</div>
<!-- End of left_sidebar -->
<!-- Start of content div-->
<div id="content">
Content for id "content"
</div>
<!-- End of content div-->
<!-- Start of rigth_sidebar -->
<div id="right_sidebar">
Content for id "right_sidebar" Goes Here
</div>
<!-- End of rigth_sidebar -->
</div>
<!-- End if body_container -->
</body>
Thank you in anticipation