08-20-2004, 10:37 AM -
It looks like the WU page has changed since your ini file was made. The 23 is coming from your elevation "23FT". Here is the code:
a "< b >" code appears before the elevation and after several temperature parameters in the code from WU page.
You can try changing the wunderground.ini file to this:
Code:
[Temperature]
unit = F
find0 = ">Temperature</td>"
find1 = "<b>"
delim = "<"
a "< b >" code appears before the elevation and after several temperature parameters in the code from WU page.
You can try changing the wunderground.ini file to this:
Code:
[Temperature]
unit = F
find0 = ">Temperature</td>"
find1 = "<font size=+2 face=arial><b>"
find2 = "<nobr><b>"
delim = "<"