Author Topic: Monthly Record Patch in WB  (Read 7972 times)

Offline avoorpool

  • Sr. Member
  • ****
  • Posts: 372
    • http://pickeringweather.ca
Re: Monthly Record Patch in WB
« Reply #15 on: July 30, 2012, 08:38:41 AM »
HI Jacques,

One last little thing....
Where do I change the width of the 3rd column (time and date) since for June it nearly takes 2 lines for each data set which makes the total page very long....

Thanks,

Arthur
« Last Edit: December 31, 1969, 06:00:00 PM by Guest »

Offline Mr.Meteo

  • Administrator
  • Hero Member
  • *****
  • Posts: 1120
    • http://www.meteostours.ca
Re: Monthly Record Patch in WB
« Reply #16 on: July 30, 2012, 08:46:56 AM »
Hi Arthur,

Ahhhh long day yesterday! I've done error too  :oops:
For testing puspose, I've put comments  between:

Lowest Dew Point
<!-- .......
...
--> ........
Highest Daily Rainfall

These comment signs have to be removed (only red chars!)

Sorry for errors

Jacques

Ps. Archive file corrected
Ps2. For 3rd column: at line #197, change 200px for something smaller!
Ps3. Arthur what are you doing here?? Your not at beach??... or Canada Wonderland??  :lol:
« Last Edit: December 31, 1969, 06:00:00 PM by Guest »
Please, consider supporting this site 

Offline avoorpool

  • Sr. Member
  • ****
  • Posts: 372
    • http://pickeringweather.ca
Re: Monthly Record Patch in WB
« Reply #17 on: July 30, 2012, 09:06:44 AM »
Thanks Jacques,

Daddy first has to make the changes for the website, then...........Beach (+31 today!!)

Cheers,

Arthur
« Last Edit: December 31, 1969, 06:00:00 PM by Guest »

Offline krmidas

  • Full Member
  • ***
  • Posts: 91
    • The Tom Keramidas Climatological Experience
Re: Monthly Record Patch in WB
« Reply #18 on: July 30, 2012, 01:31:44 PM »
[attachment=0:2n526gi2]Snapz Pro XScreenSnapz001.jpg[/attachment:2n526gi2]Will lowering the value in line 197 help avoid having the data go past the margin of the blue bar?

-Tom
« Last Edit: December 31, 1969, 06:00:00 PM by Guest »
Tom Keramidas, Lake Zurich, IL, USA

Offline Mr.Meteo

  • Administrator
  • Hero Member
  • *****
  • Posts: 1120
    • http://www.meteostours.ca
Re: Monthly Record Patch in WB
« Reply #19 on: July 30, 2012, 01:50:48 PM »
Hi Tom,

Yes, tables in templates are having some "column count" in first row.
You could divide space as you like to have a better display.

You could see it like this:

<table>
<col width="150"  />
<col width="250"  />
<col width="350"  />
<tr>
<td>
.... (and so on...)

By using <col width="".... you tell browser the width of each cokumn
in above example I tell that column "1" had to be 150px large, 2nd 250px and 3rd 350px

Note that I don't use "px" (or anything else)... just plain numbers!!!!

Regards,
Jacques
« Last Edit: December 31, 1969, 06:00:00 PM by Guest »
Please, consider supporting this site 

Offline avoorpool

  • Sr. Member
  • ****
  • Posts: 372
    • http://pickeringweather.ca
Re: Monthly Record Patch in WB
« Reply #20 on: July 30, 2012, 02:54:20 PM »
Hi Guys,

This morning -before our visit to the beach, wauw Lake Ontario feels like "tea water", + 24 C (75F)- I noticed one of these sometimes "unsolvable" errors... :roll:
Randomly, I click on [record] and it shows the same record list as before the modification.....One click again, and it shows the months in corret order. For someone not familiar, they click once and see 1 list of records. That's it. Is this a known problem???

Thanks,

Arthur
« Last Edit: December 31, 1969, 06:00:00 PM by Guest »

Offline avoorpool

  • Sr. Member
  • ****
  • Posts: 372
    • http://pickeringweather.ca
Re: Monthly Record Patch in WB
« Reply #21 on: July 30, 2012, 03:08:18 PM »
Col width understood but I think I see 3 columns (Temp / Value / Time&Date and I only have 2 col in RecordT file....??
Which one should I take??

Thanks,

Arthur
« Last Edit: December 31, 1969, 06:00:00 PM by Guest »

Offline Mr.Meteo

  • Administrator
  • Hero Member
  • *****
  • Posts: 1120
    • http://www.meteostours.ca
Re: Monthly Record Patch in WB
« Reply #22 on: July 30, 2012, 03:53:53 PM »
Hi Arthur,

You could play with it... suppose my table have 5 columns,
We will take current example:

<table>
<col width="150" />
<col />
<col width="350" />
<tr>
<td>
... and so on

In that case, I said

- Column 1: 150px
- Column 2 : Nothing (But needed to acces to col #3)
- Column 3: 350px
- Column 4 & 5 : Not there at all (Not needed, as I have not to jump "over it", nor specify width)

This is a simple way when you want 1 and 3 width to be defines,
but don't want to count how many px between 1 and 3.

Regards,
Jacques
« Last Edit: December 31, 1969, 06:00:00 PM by Guest »
Please, consider supporting this site