Page 1 of 1

Cumulus Index Template

Posted: Mon 11 Sep 2017 1:14 pm
by g0hdi
Hello, I've been away from the weather scene for a while and am now trying to get my page up and running again. No problem with the basic pages. However, I was wondering if it is possible to expand the index page so I can add things such as i links for instance. I successfully added a live world wind speed/direction map, but half of it was chopped off due to the page not expanding. Any help appreciated, thanks. Standard page is here http://www.qsl.net/g0hdi/index.htm

Incidentally I used to have my own template/page that I uploaded the web tags to successfully, but try as I may I can't get the thing to work now. All the graphics need resorting out of course, but I wonder if you can describe a simple way of configuring Cumulus to upload current data to that page...I've tried substituting the index page with mine by renaming it 'index'. No good..I've unticked standard template and tried pointing Cumulus to my template file and still no joy. Cheers!. Brian (For some unknown reason I can't seem to get a link to work on here to my own page Weird!) Life's a bitch sometimes lol...

Re: Cumulus Index Template

Posted: Mon 11 Sep 2017 1:29 pm
by g0hdi
Trying to add the link seperately...Ah!, that seems to work ok. I'll keep taking the tablets lol...

http://www.qsl.net/g0hdi/wx.htm

Re: Cumulus Index Template

Posted: Mon 11 Sep 2017 1:44 pm
by PaulMy
If you want to make changes to your Cumulus index (Now) page, you would edit the indexT.htm in your Cumulus/web folder - i.e. http://www.komokaweather.com/weather/index.htm and then using it in an iframe http://www.komokaweather.com


Paul

Re: Cumulus Index Template

Posted: Mon 11 Sep 2017 2:09 pm
by g0hdi
Thanks for that Paul. Nice pages you have there. Yes I did manage to edit the index page ok, but for some reason the page did not expand to include what I was adding to it. I'll try again anyway. You've just given me and idea though, like i linking the Cumulus page onto m own. Sort of reverse of what I was thinking of doing... I really wanted to use the uploading current data using web tags on my own page, but I've forgotten how to do it and my 74 year old brain is getting less inclined to play ball lol...Cheers! PS, I see your page expands to full screen width and also has no limit scrolling down. How did you do that?)

Re: Cumulus Index Template

Posted: Mon 11 Sep 2017 2:24 pm
by PaulMy
I have no ability on coding but am excellent in borrowing, cut and paste, trial and error... ;) and asking for help :clap:

I think this is the code in my http://www.komokaweather.com/index.php which in turn loads http://www.komokaweather.com/weather/index.htm

Code: Select all

<!-- Here is where the Cumulus /weather/index.htm is inserted in the page -->
							<td style="vertical-align: top;">
								<table class="MsoNormalTable" border="0" cellpadding="0" cellspacing="0" width="1000">
									<tr>
										<td>
											<div style="background-color: white;">
												<iframe name="frame1"
													src="/weather/index.htm" frameborder="0" height="16500" scrolling="no" width="1000">
												</iframe><br />
											</div>
										</td>
									</tr>
								</table>
							</td>
						

Re: Cumulus Index Template

Posted: Mon 11 Sep 2017 2:52 pm
by g0hdi
Ok Thanks for that. I've just been going over my old page and can't for the life of me work out why the tags, which appear to be correct ie case sensitive and preceded by the hash tag as instructed, do dot display the data uploaded by Cumulus.. I'm going to give it a rest and dunk some digestives.. My brain hurts....

Re: Cumulus Index Template

Posted: Mon 11 Sep 2017 3:02 pm
by PaulMy
The file with the webtags must be processed and uploaded by Cumulus. Are the source and remote file names correct (indexT.htm didn't change to indexT.html by chance? - it has happened to me after editing.

Enjoy,
Paul

Re: Cumulus Index Template

Posted: Mon 11 Sep 2017 3:05 pm
by PaulMy
Hi,
This link http://www.qsl.net/g0hdi/wx.htm contains the <#webtags> code so looks like not being processed before upload.

Paul

Re: Cumulus Index Template

Posted: Mon 11 Sep 2017 3:13 pm
by sfws
You don't need to use the iframe.
To get http://www.qsl.net/g0hdi/wx.htm working, simplest is to rename the copy of that found on your computer (as Paul said) to replace the "web\indexT.htm" file provided with Cumulus 1
PaulMy wrote:you would edit the indexT.htm in your Cumulus/web folder
.

Cumulus will then upload your page instead of Steve's original. If you want to be more ambitous have a read of http://wiki.sandaysoft.com/a/Customised_templates


I like the concept of your page, but I would say you are trying to include far too much on a single page, either split it amongst a series of pages or use

Code: Select all

<details>
		<summary>Click here to open or close table</summary>
		
		<!-- some content -->
		
		</details>
several times on your page which is the quick HTML5 way of hiding and showing detail - try it.

Re: Cumulus Index Template

Posted: Mon 11 Sep 2017 3:28 pm
by PaulMy
Thanks #sfws for the Wiki link. In all my years using Cumulus I've not looked at that page :oops: :oops: It probably could have saved me some hair and less brain hurt :( but I have persevered...

Enjoy,
Paul

Re: Cumulus Index Template

Posted: Mon 11 Sep 2017 5:09 pm
by g0hdi
Thanks for the replies chaps. All noted and will now have another play,. Going to try substituting the standard file with my own in Cumulus folder. Sorry about delay answering but I went off to chill out with a bit of art. Let you know how I get on. Cheers!

Re: Cumulus Index Template

Posted: Mon 11 Sep 2017 5:20 pm
by steve
It looks like you haven't ticked the 'process' box for that wx.htm page.

Re: Cumulus Index Template

Posted: Mon 11 Sep 2017 5:52 pm
by sfws
http://www.qsl.net/g0hdi/wx/index.htm
- it works, I'm so glad to know
No computers were harmed in the making of this web page
I have been tempted to hit my computer a few times when things don't work as I want!

Re: Cumulus Index Template

Posted: Mon 11 Sep 2017 7:18 pm
by g0hdi
Phew!. what a long job, but it looks pretty cool so far. No doubt there are some links that are out of date by now, so have I'll to trawl through them. Thanks for all your help guys. Cheers!...

Re: Cumulus Index Template

Posted: Sun 12 Nov 2017 12:34 pm
by tarzan
Hello!
I am a new member, so I want to ask a few things
how can I create 2 pages without changing the name from the ones in the web folder?
example

Code: Select all

<html>

<head>
<meta http-equiv="refresh" content="600"/><title>g0hdi's weather page</title>
<meta name="generator" content="Namo WebEditor">
</head>

<body bgcolor="#000066" text="#66FFFF" link="#66FFFF" vlink="#66FFFF" alink="#66FFFF">
<table border="4" width="810" bordercolor="#66FFFF" bordercolordark="#000066" bordercolorlight="#66FFFF" align="center">
    <tr>
        <td width="861">
            <p align="center"><b><span style="font-size:28pt;">WELCOME TO G0HDI's WEATHER PAGE</span></b></p>
        </td>
    </tr>
</table>
<p align="center">My weather station is the Fine Offset WH1081 which is located near Calshot Castle in the New Forest, Hampshire England.&nbsp;<br>
</p>
<p align="center"><img src="file:///C|/Documents%20and%20Settings/Brian/My%20Documents/forest.jpg" width="400" height="300" border="0" style="border-width:4; border-color:rgb(102,255,255); border-style:solid;"></p>
<p align="center">&nbsp;<font color="#66FFFF"><marquee bgcolor="#000066" direction="left" width="50%">The current weather forecast from this station is....<#forecast></marquee></font></p>
<table border="4" width="810" bordercolor="#66FFFF" bordercolordark="#66FFFF" bordercolorlight="#66FFFF" align="center">
    <tr>
        <td width="167">
            <p align="center"><a href="http://www.qsl.net/g0hdi/wx/gauges.htm">GAUGES</a></p>
        </td>
        <td width="167">
            <p align="center"><a href="http://www.qsl.net/g0hdi/wx/today.htm">TODAY</a></p>
        </td>
        <td width="167">
            <p align="center"><a href="http://www.qsl.net/g0hdi/wx/yesterday.htm">YESTERDAY</a></p>
        </td>
        <td width="167">
            <p align="center"><a href="http://www.qsl.net/g0hdi/wx/thismonth.htm">THIS MONTH</a></p>
        </td>
        <td width="167">
            <p align="center"><a href="http://www.qsl.net/g0hdi/wx/thisyear.htm">THIS YEAR</a></p>
        </td>
    </tr>
    <tr>
        <td width="167">
            <p align="center"><a href="http://www.qsl.net/g0hdi/wx/record.htm">RECORDS</a></p>
        </td>
        <td width="167">
            <p align="center"><a href="http://www.qsl.net/g0hdi/wx/monthlyrecord.htm">MONTHLY RECORDS</a></p>
        </td>
        <td width="167">
            <p align="center"><a href="http://www.qsl.net/g0hdi/wx/trends.htm">GRAPHS</a></p>
        </td>
        <td width="167">
            <p align="center"><a href="http://www.qsl.net/g0hdi/wx/index.htm">DEFAULT WX HOME</a></p>
        </td>
        <td width="167">
            <p align="center"><a href="https://cumulus.hosiene.co.uk/">CUMULUS FORUM</a></p>
        </td>
    </tr>
</table>
<p align="center"><b><span style="font-size:12pt;">ALL TIME RECORDS</span></b></p>
<p align="center">&nbsp;<font color="#66FFFF"><marquee bgcolor="#000066" direction="left" width="50%">All time high temperature  <#TtempH>   <#tempH> c........All time low temperature <#TtempL>   <#tempL> c........All time high dew point <#TdewpointH>   <#dewpointH> c........All time lowest dew point <#TdewpointL>   <#dewpointL> c........All time highest humidity <#ThumH>   <#humH> %........All time lowest humidity <#ThumL>   <#humL> %........All time daily rain fall <#TrfallH>   <#rfallH> mm/d........All time
hourly rain
fall <#TrfallhH>   <#rfallhH> mm/h........All
time
monthly rain fall <#TrfallmH>   <#rfallmH> mm/m........All time longest dry period <#TLongestDryPeriod>   <#LongestDryPeriod> Days........All
time longest
wet period <#TLongestWetPeriod>   <#LongestWetPeriod> Days........All time high pressure <#TpressH>    <#pressH> mb........All time low pressure <#TpressL>   <#pressL> mb........All time highest wind gust <#TgustM>   <#gustM> km/h........All time highest average wind speed <#TwspeedH>   <#wspeedH> km/h</marquee></font></p>
<p align="center"><img src="file:///C|/Documents%20and%20Settings/Brian/My%20Documents/pcboy.gif" width="107" height="98" border="0"></p>
<p align="center">Current data at local time<#time>&nbsp;&nbsp;being uploaded. &nbsp;Pages updated every 10 minutes when radio shack operational<br>
Records started 7 March 2013. &nbsp;Days elapsed &nbsp;<#DaysSinceRecordsBegan></p>
<p align="center"><span style="font-size:14pt;">Temperature and Humidity</span></p>
<table border="4" width="803" align="center" bordercolor="#66FFFF" bordercolordark="#66FFFF" bordercolorlight="#66FFFF" height="70">
    <tr>
        <td width="121" height="26">
            <p align="left">Temperature c</p>
        </td>
        <td width="42" height="26">
            <p align="center">&nbsp;<#temp></p>
        </td>
        <td width="149" height="26">
            <p align="left">Temp Trend </p>
        </td>
        <td width="45" height="26">
            <p align="center">&nbsp;<#TempChangeLastHour></p>
        </td>
        <td width="122" height="26">
            <p align="left">Dew Point</p>
        </td>
        <td width="49" height="26">
            <p align="center">&nbsp;<#dew></p>
        </td>
        <td width="170" height="26">
            <p align="left">Humidity</p>
        </td>
        <td width="49" height="26">
            <p align="center">&nbsp;<#hum></p>
        </td>
    </tr>
    <tr>
        <td width="121" height="20">
            <p align="left">Heat Index</p>
        </td>
        <td width="42" height="20">
            <p align="center">&nbsp;<#heatindex></p>
        </td>
        <td width="149" height="20">
            <p align="left">Wind Chill Temp</p>
        </td>
        <td width="45" height="20">
            <p align="center">&nbsp;<#wchill></p>
        </td>
        <td width="122" height="20">
            <p align="left">Inside Temp</p>
        </td>
        <td width="49" height="20">
            <p align="center">&nbsp;<#intemp></p>
        </td>
        <td width="170" height="20">
            <p align="left"> Out Change Last Hour</p>
        </td>
        <td width="49" height="20">
            <p align="center">&nbsp;<#TempChangeLastHour></p>
        </td>
    </tr>
</table>
<p align="center"><span style="font-size:14pt;">Rainfall Wind &nbsp;Pressure Sun and Moon</span></p>
<table border="3" width="810" align="center" bordercolor="#66FFFF" bordercolordark="#66FFFF" bordercolorlight="#66FFFF" height="68">
    <tr>
        <td width="111" height="30">
            <p align="left">Rainfall Today mm</p>
        </td>
        <td width="56" height="30">
            <p align="center">&nbsp;<#rfall></p>
        </td>
        <td width="120" height="30">
            <p align="left">Rain This Month</p>
        </td>
        <td width="72" height="30">
            <p align="center">&nbsp;<#rmonth></p>
        </td>
        <td width="132" height="30">
            <p align="left">Rainfall Rate </p>
        </td>
        <td width="65" height="30">
            <p align="center">&nbsp;<#rrate></p>
        </td>
    </tr>
    <tr>
        <td width="111" height="26">
            <p align="left">Rain Last Hour </p>
        </td>
        <td width="56" height="26">
            <p align="center">&nbsp;<#rhour></p>
        </td>
        <td width="120" height="26">
            <p align="left">Last 24 Hours</p>
        </td>
        <td width="72" height="26">
            <p align="center">&nbsp;<#r24hour></p>
        </td>
        <td width="132" height="26">
            <p align="left">Rainfall This year</p>
        </td>
        <td width="65" height="26">
            <p align="center">&nbsp;<#ryear></p>
        </td>
    </tr>
    <tr>
        <td width="111" height="26">
            <p align="left">Wind Speed km/h</p>
        </td>
        <td width="56" height="26">
            <p align="center">&nbsp;<#wlatest></p>
        </td>
        <td width="120" height="26">
            <p align="left">Wind Gusting</p>
        </td>
        <td width="72" height="26">
            <p align="center">&nbsp;<#wgust></p>
        </td>
        <td width="132" height="26">
            <p align="left">Wind Bearing</p>
        </td>
        <td width="65" height="26">
            <p align="center">&nbsp;<#currentwdir></p>
        </td>
    </tr>
    <tr>
        <td width="111" height="26">
            <p align="left">Pressure mb</p>
        </td>
        <td width="56" height="26">
            <p align="center">&nbsp;<#press></p>
        </td>
        <td width="120" height="26">
            <p align="left">Pressure Trend</p>
        </td>
        <td width="72" height="26">
            <p align="center">&nbsp;<#presstrendenglish></p>
        </td>
        <td width="132" height="26">
            <p align="left">Change Rate 3 Hours</p>
        </td>
        <td width="65" height="26">
            <p align="center">&nbsp;<#presstrendval></p>
        </td>
    </tr>
    <tr>
        <td width="111" height="26">
            <p align="left">Sunrise</p>
        </td>
        <td width="56" height="26">
            <p align="center">&nbsp;<#sunrise></p>
        </td>
        <td width="120" height="26">
            <p align="left">Sunset</p>
        </td>
        <td width="72" height="26">
            <p align="center">&nbsp;<#sunset></p>
        </td>
        <td width="132" height="26">
            <p align="left">Sunrise to Sunset</p>
        </td>
        <td width="65" height="26">
            <p align="center">&nbsp;<#daylength></p>
        </td>
    </tr>
    <tr>
        <td width="111" height="26">
            <p align="left">Dawn to Dusk</p>
        </td>
        <td width="56" height="26">
            <p align="center">&nbsp;<#daylightlength></p>
        </td>
        <td width="120" height="26">
            <p align="left">Moonrise</p>
        </td>
        <td width="72" height="26">
            <p align="center">&nbsp;<#moonrise></p>
        </td>
        <td width="132" height="26">
            <p align="left">Moonset</p>
        </td>
        <td width="65" height="26">
            <p align="center">&nbsp;<#moonset></p>
        </td>
    </tr>
</table>
<p align="center"><span style="font-size:14pt;">System Status</span></p>
<table border="4" width="810" bordercolor="#66FFFF" bordercolordark="#66FFFF" bordercolorlight="#66FFFF" align="center">
    <tr>
        <td width="861">
            <p align="left"><span style="font-size:12pt;">CPU<#CpuName></span><span style="font-size:12pt;"> &nbsp;&nbsp;Operating system<#OsVersion></span><span style="font-size:12pt;"> &nbsp;Screen Display mode<#DisplayMode> &nbsp;System on line<#SystemUpTime></SystemUpTime></span><span style="font-size:12pt;">&nbsp;<br>
Current Cumulus session time<#ProgramUpTime></span><span style="font-size:12pt;"> &nbsp;Amount of memory allocated to Cumulus<#AllocatedMemory></span></p>
        </td>
    </tr>
</table>
<p align="center"><span style="font-size:14pt;">Alarms </span></p>
<table border="4" width="810" align="center" bordercolor="#66FFFF" bordercolordark="#66FFFF" bordercolorlight="#66FFFF">
    <tr>
        <td width="301">
            <p align="left">When temperature falls below 0 degrees c</p>
        </td>
        <td width="95">
            <p align="center">&nbsp;<img src="images/alarm_<#LowTempAlarm>.gif"></p>
        </td>
        <td width="285">
            <p align="left">When temperature rises above 20 degrees c</p>
        </td>
        <td width="95">
            <p align="center">&nbsp;<img src="images/alarm_<#HighTempAlarm>.gif"></p>
        </td>
    </tr>
    <tr>
        <td width="301">
            <p align="left">When temperature increases by 2 c/h</p>
        </td>
        <td width="95">
            <p align="center">&nbsp;<img src="images/alarm_<#TempChangeUpAlarm>.gif"></p>
        </td>
        <td width="285">
            <p align="left">When temperature drops by 2 c per hour</p>
        </td>
        <td width="95">
            <p align="center">&nbsp;<img src="images/alarm_<#TempChangeDownAlarm>.gif"></p>
        </td>
    </tr>
    <tr>
        <td width="301">
            <p align="left">When pressure drops below 1000 mb</p>
        </td>
        <td width="95">
            <p align="center">&nbsp;<img src="images/alarm_<#LowPressAlarm>.gif"></p>
        </td>
        <td width="285">
            <p align="left">When pressure rises above 1000 mb</p>
        </td>
        <td width="95">
            <p align="center">&nbsp;<img src="images/alarm_<#HighPressAlarm>.gif"></p>
        </td>
    </tr>
    <tr>
        <td width="301">
            <p align="left">When pressure increases by 2 mb/h</p>
        </td>
        <td width="95">
            <p align="center">&nbsp;<img src="images/alarm_<#PressChangeUpAlarm>.gif"></p>
        </td>
        <td width="285">
            <p align="left">When pressure drops by 2 mb/h</p>
        </td>
        <td width="95">
            <p align="center">&nbsp;<img src="images/alarm_<#PressChangeDownAlarm>.gif"></p>
        </td>
    </tr>
    <tr>
        <td width="301">
            <p align="left">When rainfall more than 2 mm/h</p>
        </td>
        <td width="95">
            <p align="center">&nbsp;<img src="images/alarm_<#HighRainRateAlarm>.gif">
</p>
        </td>
        <td width="285">
            <p align="left">When rainfall more than 20 mm today</p>
        </td>
        <td width="95">
            <p align="center">&nbsp;<img src="images/alarm_<#HighRainTodayAlarm>.gif"></p>
        </td>
    </tr>
    <tr>
        <td width="301">
            <p align="left">When average wind speed more that 10 kl/h</p>
        </td>
        <td width="95">
            <p align="center">&nbsp;<img src="images/alarm_<#HighWindSpeedAlarm>.gif"></p>
        </td>
        <td width="285">
            <p align="left">When wind gusts more than 20 kl/h</p>
        </td>
        <td width="95">
            <p align="center">&nbsp;<img src="images/alarm_<#HighWindGustAlarm>.gif">
</p>
        </td>
    </tr>
</table>
<p align="center"><span style="font-size:14pt;">Weather Stations in my area uploading data to aprs/cwop</span></p>
<p align="center">
<script type="text/javascript">
he_width=810;
he_height=500;

                // latitude and longitude of Miami, Florida
	he_lat = 51.00;
	he_lng = -1.32;
	he_zoom = 09; // zoom out a bit
	he_maptype = 'm'; // hybrid map
	// select what to show
	he_hide_tcp = 1; // do not show Internet stations
	he_show_aprs = 'w'; // show APRS stations with waypoints
	
	he_show_aprs_i = 'p'; // only show the current position of items without track
	he_show_ais = ''; // do not show AIS ships
																																</script>
<script type="text/javascript" src="http://aprs.fi/js/embed.js">
																																</script>
<br>
<br>
	</p>
</p>
<p align="center"><span style="font-size:14pt;"><b>Weather Links</b></span></p>
<table border="4" width="300" align="center" bordercolor="#66FFFF" bordercolordark="#66FFFF" bordercolorlight="#66FFFF">
    <tr>
        <td width="861">
            <p align="center"><a href="http://www.intheelements.co.uk/blog/webcam/solent-and-calshot/">Solent/Calshot cam</a> &nbsp;<a href="http://southamptonweather.co.uk/">Southampton weather</a></p>
        </td>
    </tr>
</table>
<p align="center"><span style="font-size:14pt;">Forecasts/Charts/Satellite Image Sites</span></p>
</p>
<table border="4" width="810" align="center" bordercolor="#66FFFF" bordercolordark="#66FFFF" bordercolorlight="#66FFFF">
    <tr>
        <td width="167">
            <p align="center"><a href="http://www.metoffice.gov.uk/">UK Met Office</a></p>
        </td>
        <td width="167">
            <p align="center"><a href="http://www.netweather.tv/index.cgi?action=charts;type=home">Netweather.tv</a></p>
        </td>
        <td width="167">
            <p align="center"><a href="http://xcweather.co.uk/">XCWeather.co.uk</a></p>
        </td>
        <td width="167">
            <p align="center"><a href="http://www.hko.gov.hk/wxinfo/currwx/wxcht.htm">Hong Kong Observatory</a></p>
        </td>
        <td width="167">
            <p align="center"><a href="http://weather.mailasail.com/Franks-Weather/Weather-Charts-On-The-Internet">mailasail.com</a></p>
        </td>
    </tr>
    <tr>
        <td width="167">
            <p align="center"><a href="http://www.getaforecast.com/weather-charts.php">getaforecast.com</a></p>
        </td>
        <td width="167">
            <p align="center"><a href="http://www.petermilford.co.uk/Weather/Charts/index.html">petermilford.co.uk</a></p>
        </td>
        <td width="167">
            <p align="center"><a href="http://www.petermilford.co.uk/Weather/Charts/index.html">Newton-Noss.co.uk</a></p>
        </td>
        <td width="167">
            <p align="center"><a href="http://www.theweatheroutlook.com/twoforecasts/forcentreuk.aspx">theweatheroutlook.com</a></p>
        </td>
        <td width="167">
            <p align="center"><a href="http://www.eurometeo.com/english/chart">eurometeo.com</a></p>
        </td>
    </tr>
    <tr>
        <td width="167">
            <p align="center"><a href="http://www.metbrief.com/charts.html">metbrief.com</a></p>
        </td>
        <td width="167">
            <p align="center"><a href="http://weather.noaa.gov/fax/graph.shtml">weather.noaa.com</a></p>
        </td>
        <td width="167">
            <p align="center"><a href="http://weatherspark.com">weatherspark.com</a></p>
        </td>
        <td width="167">
            <p align="center"><a href="http://www.rte.ie/weather/charts.html">RTE Weather</a></p>
        </td>
        <td width="167">
            <p align="center"><a href="http://www.weather.gov/satellite">National WX Service</a></p>
        </td>
    </tr>
    <tr>
        <td width="167">
            <p align="center"><a href="http://www.sat24.com/">sat24.com</a></p>
        </td>
        <td width="167">
            <p align="center"><a href="http://wwwghcc.msfc.nasa.gov/GOES/">nasa.gov</a></p>
        </td>
        <td width="167">
            <p align="center"><a href="http://www.weatherzone.com.au/satellite/">weatherzone.com</a></p>
        </td>
        <td width="167">
            <p align="center"><a href="http://www.accuweather.com/en/us/national/satellite">acuweather.com</a></p>
        </td>
        <td width="167">
            <p align="center"><a href="http://www.weatheronline.co.uk/ukuksat.htm">weatheronline.co.uk</a></p>
        </td>
    </tr>
    <tr>
        <td width="167">
            <p align="center"><a href="http://www.intellicast.com/Global/Satellite/Current.aspx">intellicast.com</a></p>
        </td>
        <td width="167">
            <p align="center"><a href="http://www.meteorologica.info/index.htm">Meteorolica Free Data</a></p>
        </td>
        <td width="167">
            <p align="center"><a href="http://www.meteoprog.ch/en/satellite/">meteoprog</a></p>
        </td>
        <td width="167">
            <p align="center"><a href="http://www.weathercentral.com/weather/satellite/global_montage.html">weathercentral.com</a></p>
        </td>
        <td width="167">
            <p align="center"><a href="http://weather.sg.msn.com/maps.aspx?weap=2">MSN Weather</a></p>
        </td>
    </tr>
</table>
<p align="center"><span style="font-size:14pt;">Selected coastal weather cams around the UK</span></p>
<table border="4" width="810" bordercolor="#66FFFF" bordercolordark="#66FFFF" bordercolorlight="#66FFFF" align="center">
    <tr>
        <td width="210">
            <p align="center"><a href="http://www.newquayweather.com/">Newquay, Cornwall</a></p>
        </td>
        <td width="210">
            <p align="center"><a href="http://www.therosemary.co.uk/web-cam.html">Falmouth, Cornwall</a></p>
        </td>
        <td width="210">
            <p align="center"><a href="http://www.landsendweather.info/">Lands End, Cornwall</a></p>
        </td>
        <td width="210">
            <p align="center"><a href="http://bluesound.org/webcam">Plymouth, Devon</a></p>
        </td>
    </tr>
    <tr>
        <td width="210">
            <p align="center"><a href="http://www.torbay.gov.uk/index/websiteinformation/doitonline/baywebcams/harbourwebcam.htm">Torquay, Devon</a></p>
        </td>
        <td width="210">
            <p align="center"><a href="http://magicseaweed.com/Bournemouth-Surf-Report/12/">Bournemouth, Dorset</a></p>
        </td>
        <td width="210">
            <p align="center"><a href="http://webapps-wpbc.dorsetforyou.com/apps/webcams/bridgecam.asp">Weymouth, Dorset</a></p>
        </td>
        <td width="210">
            <p align="center"><a href="http://www.sailbrightlingsea.com/home_webcam/">Brightling Sea, Essex</a></p>
        </td>
    </tr>
    <tr>
        <td width="210">
            <p align="center"><a href="http://blackwatersailingclub.org.uk/webcam/northey.html">Blackwater Sailing Club, Essex</a></p>
        </td>
        <td width="210">
            <p align="center"><a href="http://www.pngc.co.uk/webcam.php">Portsmouth, Hampshire</a></p>
        </td>
        <td width="210">
            <p align="center"><a href="http://www.ttnt.co.uk:8082/local/index.html">Langstone Harbour, Hampshire</a></p>
        </td>
        <td width="210">
            <p align="center"><a href="http://www.ironeagleuk.co.uk/cumulus/webcam.htm">Folkestone, Kent</a></p>
        </td>
    </tr>
    <tr>
        <td width="210">
            <p align="center"><a href="http://www.iossc.org.uk/weather/">Isle Of Sheppey, Kent</a></p>
        </td>
        <td width="210">
            <p align="center"><a href="http://www.whitstablesunsets.co.uk/">Whitstable, Kent</a></p>
        </td>
        <td width="210">
            <p align="center"><a href="http://www.wirralcam.org/waterfront.shtml">Liverpool, Merseyside</a></p>
        </td>
        <td width="210">
            <p align="center"><a href="http://www.wirralcam.org/westkirby.shtml">West Kirby, Merseyside</a></p>
        </td>
    </tr>
    <tr>
        <td width="210">
            <p align="center"><a href="http://www.norfolklive.org/camera/cromer-pier.html">Cromer, Norfolk</a></p>
        </td>
        <td width="210">
            <p align="center"><a href="http://www.itsfine.org/weather/wx_webcam_still.php">Eastbourne, Sussex</a></p>
        </td>
        <td width="210">
            <p align="center"><a href="http://www.sharkbait.co.uk/todayssurf.htm">Brighton, Sussex</a></p>
        </td>
        <td width="210">
            <p align="center"><a href="http://www.sunderland.gov.uk/index.aspx?articleid=3382">Roker Beach Tyne & Wear</a></p>
        </td>
    </tr>
    <tr>
        <td width="210">
            <p align="center"><a href="http://www.whitbywebcam.co.uk/">Whitby, Yorkshire</a></p>
        </td>
        <td width="210">
            <p align="center"><a href="http://www.redcarlifeboat.org.uk/Pages/album/webcam.html">Redcar, Yorkshire</a></p>
        </td>
        <td width="210">
            <p align="center"><a href="http://www.isleofwightweather.co.uk/weathercam.htm">Newport, Isle Of Wight</a></p>
        </td>
        <td width="210">
            <p align="center"><a href="http://www.llandudno-weather.co.uk/">Llandudno, North Wales</a></p>
        </td>
    </tr>
    <tr>
        <td width="210">
            <p align="center"><a href="http://www.surf-forecast.com/breaks/Harlech/webcams/latest">Harlech, Wales</a></p>
        </td>
        <td width="210">
            <p align="center"><a href="http://magicseaweed.com/view-user-report.php?id=89028">Whitesands, South Wales</a></p>
        </td>
        <td width="210">
            <p align="center"><a href="http://www.surf-forecast.com/breaks/Porthcawl-Point/webcams/latest">Porthcawl, South Wales</a></p>
        </td>
        <td width="210">
            <p align="center"><a href="http://www.pedrox.com/webcam/default.htm">Catterline Bay, Scotland</a></p>
        </td>
    </tr>
    <tr>
        <td width="210">
            <p align="center"><a href="http://www.scrabster.co.uk/webcams/camera2/">Scrabster Harbour, Scotland</a></p>
        </td>
        <td width="210">
            <p align="center"><a href="http://www.barthorpe.me.uk/html/ispyboth.htm">Kirkwall, Orkney Isles</a></p>
        </td>
        <td width="210">
            <p align="center"><a href="http://visit.shetland.org/eshaness-webcam">Braewick, Shetland Isles</a></p>
        </td>
        <td width="210">
            <p align="center"><a href="http://www.ness-st.co.uk/berwick-sailing-club-webcam.html">Berwick on Tweed Sailing Club</a></p>
        </td>
    </tr>
</table>
<p align="center">Meteogram courtesy of <a href="http://www.yr.no">www.yr.no</a>
    			<img src="http://www.yr.no/place/Southampton/England/Southampton/avansert_meteogram.png" width="810" height="302" alt="Meteogram"/>
					</p>
  			</td>
  	</tr>
    <tr></p>
<p align="center">&nbsp;<tr>
<td colspan="5" style="padding: 10px 0; text-align: center;">
<img src="http://www.meteox.co.uk/images.aspx?jaar=-3" width="512" height="512" alt="Meteox"/>
</td>
</tr></p>
<p align="center">Weather chart courtesy of <a href="http://www.meteox.com">Meteox.com</a></p>
<p align="center">&nbsp;</p>
<p align="center">&nbsp;</p>
<p align="center"><img src="file:///C|/Documents%20and%20Settings/Brian/My%20Documents/construction.jpeg" width="200" height="200" border="0"></p>
<p align="center">&nbsp;</p>
<p align="center">&nbsp;</p>
<p align="center"><a href="http://www.qsl.net/g0hdi/"><img src="file:///C|/Documents%20and%20Settings/Brian/My%20Documents/hamradio.gif" width="120" height="57" border="0"></a><br>
Link to my Radio Shack page</p>
<p align="center">&nbsp;<a href="http://info.flagcounter.com/82sm"><img src="http://s03.flagcounter.com/count/82sm/bg_00008B/txt_60AFFE/border_60AFFE/columns_8/maxflags_100/viewers_0/labels_1/pageviews_1/flags_1/" alt="Flag Counter" border="0"></a></p>
<p align="center">&nbsp;<font color="#66FFFF"><marquee bgcolor="#000066" direction="left" width="50%">No computers were harmed in the making of this web page which will auto refresh every 10 minutes. Made by g0hdi using Namo WebEditor 2006.</marquee></font>

</p>
<p align="center">&nbsp;Cumulus software courtesy of <a href="http://sandaysoft.com/products/cumulus">Sandaysoft.com</a></p>

the other question is how can I call the data in a cms without iframe?

I am waiting for any answer ;)
Thanks!