Ever inserted a snippet of JS you snagged somewhere online? Or have a script you’ve been using for years but now you find it prevents your code from being valid per W3C standards?
It’s actually really easy to fix the problem; it’s probably harder to determine what the problem is first!
I wrote an article on just this topic for a class blog related to the XHTML/CSS class I teach at LVS Online:
http://lvsonline.com/online-xhtml-css-classes/?p=13
Get on over there and get the scoop on how to validate your pages when you are including JS! “-)

