I'm stumped with v7.01. Maybe v8.0 users can help?

For technical support and bug reports for all editions of CSS HTML Validator, including htmlval for Linux and Mac.
Post Reply
Bob
Rank I - Novice
Posts: 13
Joined: Wed Dec 29, 2004 10:37 pm
Location: Charleston, SC
Contact:

I'm stumped with v7.01. Maybe v8.0 users can help?

Post by Bob »

I'm trying hard to get a new site of mine to pass ALL validation tests...

Well, I at least hope to get the site Home Page to pass at this point. :lol:

http://www.carolinayellow.com/

The ONLY error I'm seeing is an open table row tag where it can't be used (on line 109).
The "tr" element cannot be used here. It is nested in another "tr" tag and cannot be nested. Did you forget to close the previous "tr" tag? This element may be contained in "table". This element may not be contained in "tr".
I bet there is a table guru in here that can help me to spot this problem.

This is a PHP application that has some sitewide change fields included, but I can get rid of some of these if needed. Any suggestions will help!

I should be good to go with v8.0 myself soon, but I am anxious about this.

I'm about to load ~40,000 new listings and want this to get it fixed ASAP!

Thanks!

Bob

P.S. Congrats to Albert on another impressive and significant CSE update!
User avatar
Albert Wiersch
Site Admin
Posts: 3785
Joined: Sat Dec 11, 2004 9:23 am
Location: Near Dallas, TX
Contact:

Post by Albert Wiersch »

Hi Bob,

Can you post a code snippet? I briefly looked at the page and saw that issue, but it was on line 498 of the page I downloaded via HTTP from http://www.carolinayellow.com/. Perhaps it is caused by ending the "table" element too early as there was a </table> above the error line. You may need to move the "table" end tag down.
Albert Wiersch, CSS HTML Validator Developer • Download CSS HTML Validator FREE Trial
Post Reply