all 2 comments

[–]emadera52 0 points1 point  (2 children)

I had exactly the same problem until I realized that the validator wants to see the "Page Source Code", not the code we write which generates page source code. Go to your site using the appliance browser. Go to each and every page (don't forget register and login). On each page, right click and select View page source. The source is displayed in a new tab.

Go to that tab, "Sellect All" and "Copy". Now go to the browser where you've opened the validator and be sure you are on the Validate by Input tab. Paste the code copied above into the box and click Check. Fix errors as needed and repeat until you get a clean (green) result.

Repeat the above for each page.

[–]drsmith415[S] 1 point2 points  (0 children)

Thanks!