views:

88

answers:

1

So the title says all. :D

How can I disable the highlighting of errors in HTML files in Intellij IDEA 9?

+1  A: 

Go to settings (ctrl+shift+s). and then search for errors. Under inspections, find HTML tree node and then uncheck the root. No more HTML validation.

Teja Kantamneni