Weather by You!
Announcements => Promote your site! => Topic started by: CrasHBoneS on August 17, 2012, 05:00:48 AM
-
I'm very glad to present my website:
www.meteobellaria.it
Based on Weather Blues V2 template has been slightly customized with SteelSeries Guages and some other little modifications like GraphWeather trends
I would thanks Jacques for his very big work!
-
Hi,
Bellisimo!!!
Great site and I feel "a bit at home" again looking at the images (my family had a house in N Italy (Lago d'Iseo) for 30 years when I lived in Holland. (moved to Canada 12 years ago).
Interesting is your [radar] page. I remember looking everyday at Meteosat whle vacationing in Lago d'Iseo, however how did you get numerous radar images on 1 page? The script I use for Environment Canada only allows me 1 script on the page.
Let me know,
Grazie,
Cheers
Arthur
-
Hi,
Bellisimo!!!
Great site and I feel "a bit at home" again looking at the images (my family had a house in N Italy (Lago d'Iseo) for 30 years when I lived in Holland. (moved to Canada 12 years ago).
Interesting is your [radar] page. I remember looking everyday at Meteosat whle vacationing in Lago d'Iseo, however how did you get numerous radar images on 1 page? The script I use for Environment Canada only allows me 1 script on the page.
Let me know,
Grazie,
Cheers
Arthur
Thank You!
I did not use any script
I used empty.php page and customized with the code below
<div style="text-align:center">
<h3 class="title">Example radar 1</h3>
<img src="web address of radar 1" style="padding:5px; border:2px solid #5DB4D9" />
<br />
<br />
<h3 class="title">Example radar 2</h3>
<img src="web address of radar 2" style="padding:5px; border:2px solid #5DB4D9" /><br />
<br />
<br />
and so on
........................
..........................
</div>
-
Totally awesome!