It sure did Ken....its working a treat now.

I'm just tweaking a few areas before taking it "live" with a page redirect. Things such a s a coloured rectangle (white) around
None (or
Nil as I now call it) and changing the
Extreme colour to purple.
I did, however, find one small error with the code.
The line that shows
case (($uv > 11) ):
should read
case (($uv >=11) ):
Without the = sign, UV levels of 11 result in
11 being displayed (with no surrounding box) rather than the word
Extreme.
Do you have any idea what to use for best results for the page redirect? I'm thinking an index.htm file with the following code
<META HTTP-EQUIV="Refresh" CONTENT="0; URL=http://www.welloweather.info/index2.php">
Would that be OK or is there a better way?
Really appreciate you supplying and troubleshooting the code.

Thanks again,
Peter