Is there a tool to help fix Html errors and warnings? I just checked my code against the W3 Validator and found hundreds of errors and warnings.
Preferably something that can work with php
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can give HTML Tidy a try. I don’t know about PHP, but there seems to be an extension for HTML Tidy here.
However, I recommend that you try to fix the errors/warnings yourself because this way you’ll learn how to write valid HTML. You’ll find that fixing a single error will usually cause a chain reaction of fixes.