PC Review


Reply
Thread Tools Rate Thread

change MSN weather to centigrade

 
 
=?Utf-8?B?Sm9obiBKIFNtaXRo?=
Guest
Posts: n/a
 
      9th Apr 2006
How do I change the MSN weather display of the automated weblink generated
in Frontpage to show Centigrade instead of Fahrenheit?

In FrontPage while in Design select Insert - Web Components -MSNBC
Components -- Weather Forecast. Code automatically generated for chosen
city only for display in Fahrenheit. Presumable you must edit manually?
 
Reply With Quote
 
 
 
 
John Malone
Guest
Posts: n/a
 
      9th Apr 2006
I know of no way to do that.
That said... you could add a conversion form below it.

<FORM>
<FONT FACE="ARIAL,HELVETICA" SIZE=2><B>Conversions</B> - enter a number in
either field, then click outside the text box<BR>
<FONT FACE="ARIAL,HELVETICA" SIZE=2><B>Temperature</B>&nbsp;&nbsp;
F:<INPUT type="text" name="F" value="" SIZE="15"
onChange="eval('C.value = ' + this.form.C_expr.value)">
<INPUT type="hidden" name="F_expr" value="(Math.round(((212-32)/100 *
C.value + 32)*100))/100 ">
C:<INPUT type="text" name="C" value="" SIZE="15"
onChange="eval('F.value = ' + this.form.F_expr.value)">
<INPUT type="hidden" name="C_expr" value="(Math.round((100/(212-32) *
(F.value - 32))*100))/100 ">
<INPUT type=reset name=reset value=reset>
</FORM>

That is one that I have use in the past works good.
http://www.xmas-i-am.com/test/temp_conversion.htm

John Malone
==================
"John J Smith" <John J (E-Mail Removed)> wrote in message
news:A2449484-CA11-4A07-B99E-(E-Mail Removed)...
| How do I change the MSN weather display of the automated weblink generated
| in Frontpage to show Centigrade instead of Fahrenheit?
|
| In FrontPage while in Design select Insert - Web Components -MSNBC
| Components -- Weather Forecast. Code automatically generated for chosen
| city only for display in Fahrenheit. Presumable you must edit manually?


 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
msn home page colour / weather change JP Great hale Microsoft Dot NET 1 30th Dec 2009 10:45 PM
Re: convert from Fahrenheit to Centigrade Nick Hodge Microsoft Excel Worksheet Functions 11 7th Dec 2006 12:52 AM
Update: I am now using Desktop Weather 5.01 by the Weather Channel in RTM. Kevin John Panzke Windows Vista General Discussion 7 20th Nov 2006 08:51 AM
Weather - anyone able to add a dynamic update of Weather info in F =?Utf-8?B?Q29keTIx?= Microsoft Frontpage 3 23rd Jun 2006 02:58 AM
Frontpage offer a weather forecast in centigrade aswellas fahrenh. =?Utf-8?B?TGFkeSBMYXJh?= Microsoft Frontpage 2 2nd Dec 2004 02:09 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 11:44 PM.