Author Topic: <td> <tr> and <table> tags on Index Page  (Read 1808 times)

Offline avoorpool

  • Sr. Member
  • ****
  • Posts: 372
    • http://pickeringweather.ca
<td> <tr> and <table> tags on Index Page
« on: August 18, 2012, 11:12:05 AM »
Hi Jacques,

Maybe this is an "easy" quesition, just before your holidays :)

I've modified my Index page and entered a separator for "Forecast" and "Current Observations". It looks more consistent with the rest of the page table headers. All links to Environment Canada FOrecast and Radar page work well.
However, my brain hurts since yesterday evening :P
I would like to have this page correctly W3C validated again (as it was before), however with the changes I suddenly have errors displayed  :'(
When I make changes, the weirdest things are happening (text suddenly on top of the separators), so I think there need to be a correction for the <tr>, <td> and >table> tags to eliminate the errors.
But where????
Please have a look at the page and give me some hints........
Thanks.

Enjoy your (well deserved) Holiday!!!

Cheers,

Arthur

Offline Mr.Meteo

  • Administrator
  • Hero Member
  • *****
  • Posts: 1120
    • http://www.meteostours.ca
Re: <td> <tr> and <table> tags on Index Page
« Reply #1 on: August 18, 2012, 12:00:12 PM »
Hi Arthur,

That an easy one, as your writed!  :D

You simply forgot on each new line to remember a " new line" is a new row!
and all opening had to be closed. Then simply check your structure as this:

<tr>
  <td>.... something new to say...</td>
</tr>

Regards,
Jacques
Please, consider supporting this site 

Offline avoorpool

  • Sr. Member
  • ****
  • Posts: 372
    • http://pickeringweather.ca
Re: <td> <tr> and <table> tags on Index Page
« Reply #2 on: August 18, 2012, 01:18:11 PM »
HI Jacques,

Awesome!!
I'm back to an all "green" W3C validation!!!
I'll keep it in mind for pages to come (currently working on a new "Site-Map" (=Index) page, since the # of pages keeps growing!! (Latest addition is the [Climate Changes] info page :)

Have a great holiday,

Arthur