Hello all.
New to all this i’m afraid so here goes.
How do i get the radar image here…http://www.meteox.com/images.aspx?jaar=-3&voor=&soort=loop1uur&c=&n=&tijdid=2009831651
To sit below and in the middle of the synoptic and satellite images on my site which is…http://www.llanelliweather.co.uk/
Whatever i try, it always ends up with the synoptic and satellite images sitting on top of eachother. Is there an easy way of doing it?
My index file is below. Thanks. Steve. #-o #-o #-o
Weather Display Live
LIVE WEATHER,
LLANELLI , WALES , UK.
- Weather
Data Uploaded Every 3 Seconds via a Davis Vantage Pro 2 Weather Station-
Weather Display Live
You need to install v8, or greater, of Flash Player from
Adobe and have javascript enabled to view Weather Display Live.

Steve,
Try this…
After add
then the code for the radar image…
Best is if you add the code and it is still broke to leave it live so we can see the page live…
-Bob
Hello Bob,
Made a copy of my index filefor safe keeping and added the
as you said
Is that all i need do as it appears as a line of text.
http://www.llanelliweather.co.uk/
Steve
Try copy & paste this lot into your page to replace the code you currently have in there:
<html>
<head>
<meta http-equiv=Content-Type content="text/html; charset=ISO-8859-1">
<meta name="keywords" content="Weather Display Live, Weather Display, Weather Station,Weather Software">
<title>Weather Display Live</title>
<script type="text/javascript" src="swfobject.js"></script>
</head>
<body style="background:#f5f5f5;">
<div id="main-copy">
<!-- URL's used in the movie-->
<!-- http://www.weather-display.com-->
<!-- text used in the movie-->
<!-- Weather Display Live for Weather Display, the Weather Software for Weather Stations-->
<p class="autosize" align="center"><font face="Arial"><font color="#0000ff" size="5"><strong><u>LIVE WEATHER,
LLANELLI , WALES , UK.</u>
</strong></font><font size="3">- Weather
Data Uploaded Every 3 Seconds via a Davis Vantage Pro 2 Weather Station-</font></font></p>
<div id="flashcontent" align="center" class="autosize"><b>Weather Display Live</b>
You need to install v8, or greater, of Flash Player from <a href="http://www.adobe.com">Adobe</a> and have javascript enabled to view Weather Display Live.</div>
<script type="text/javascript">
//
//Enter your details here!!
//
var pathToWdlconfig = "http://www.llanelliweather.co.uk/wdlconfig.xml";
var widthOfWdl = "100%";
var heightOfWdl = "100%";
var backgroundColourOfWdl = "#ffffff"
var versionOfWdl = "wdlv6_04.swf";
//
//
var so = new SWFObject(versionOfWdl+"?"+pathToWdlconfig, versionOfWdl, widthOfWdl, heightOfWdl, "8", backgroundColourOfWdl);
so.addParam("quality", "high");
so.addParam("wmode", "transparent");
so.write("flashcontent");
</script>
<p align="center"><a href="http://www.meteorologica.info/Euroisobars.htm">
<img border="0" src="http://www.meteorologica.info/FreeImages/euroisobar.jpg" width="570" height="440"></a></p>
<p align="center"><img src="http://www.sat24.com/image.ashx?country=eu&type=zoom&format=640x480001001&rnd=541146" border="0" height="440" width="570"></p>
<p align="center"><img src="http://www.meteox.com/images.aspx?jaar=-3&voor=&soort=loop1uur&c=&n=&tijdid=2009831651" border="0" height="512" width="512"></p>
<p align="center"><a href="mailto:[email protected]">Contact me...</a>
<!-- Start of Globel Code -->
<p align="center"><a href="http://www.c-o-u-n-t.com" target="_blank">
<img src="http://001.c-o-u-n-t.com/count-054.pl?count=s3v9aert1g4j6e1pe758&type=original&prog=hit" border="0" alt="Freebies" title="Freebies"></a>
<noscript>The following text will not be seen after you upload your website,
please keep it in order to retain your counter functionality
<a href="http://www.free-stuff.me.uk" target="_blank">Free Stuff</a>
<a href="http://www.family-ancestry.co.uk" target="_blank">Family Tree</a>
</noscript>
<!-- End of Globel Code -->
<p align="center"><a href="http://www.wunderground.com/weatherstation/WXDailyHistory.asp?ID=ICARMART4">
<img src="http://banners.wunderground.com/cgi-bin/banner/ban/wxBanner?bannertype=WeatherStationCount&weatherstationcount=ICARMART4" height="92" width="100" border="0" alt="Weather Underground PWS ICARMART4"></a>
</div>
</body>
</html>
What I did was to use the
tags on each image to make them a paragraph on their own then added the image tags to the URL you wanted to be included on the page. If you don’t add this code then just the URL will appear as text on the screen, as you’ve already found.
Cheers Martin
Just as i want it

Ps thanks Bob also
Steve.