Is there an easy way to find broken HTML code in Dreamweaver?
I’ve got an issue and I keep loosing count. Is there a Dreamweaver trick to this?
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.
Try turning on ‘Highlight Invalid Code’ and ‘Syntax Error Alerts In Info Bar’ both about halfway down the toolbar on the left adjacent to the coding/design window.
Highlight Invalid Code will show all unclosed HTML tags in yellow and Syntax Error Alerts will notify you that there is a problem with your scripts, although it will not tell you exactly where.
EDIT: Syntax Error Alerts does give a small indication of where the problem is by showing which line has a problem BUT it often just shows that there is a problem with the last line of the script usually due to the fact that a function hasn’t been closed properly somewhere further up.