Posts: 256
Location: Auckland, New Zealand
|
This is quite an easy problem, it's because the document isn't well formed. You can't have <thead> without a body to a table. Either make it the body, or add a body to it.
It's inside that table discovered with the END TAG problem.
Cheers,
MC
|