Jump to content

Recommended Posts

Posted

depending on the doctype it could fail for all kinds of reasons like no summary="" in the table element, deprecated attributes in the TD or TR elements, etc... Might be best to post complete code although a link to the page is best.

  • 4 months later...
Guest dcman007
Posted

I agree with user shelfimage. Post a link so we can see it all.:D

 

Also, unless it's tabular data you're needing to display you really should be using CSS for page layout

Posted

It is also helpful to post the actual error message.

 

As well, there are different validators available, keep a couple in favorites. All have message issues, I find that if I am not sure of the message in one... I will run it through another and some times make better sense of the error.

 

One possible issue could be the H3, although "legal", you can start a series with something like a H3, but can only follow it with H4, H5, H6. Headers should always start with H1 then H2 etc.

 

That said, there are times when using CSS, an H1 may be at the top in the final HTML, but in the code it is below another H Tag... this may fail a code validation though right in the end.

 

So as mentioned above it can be many things and the structure is right... but not enough to see the issue.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...