PDA

View Full Version : CSS, HTML proofing utility?


redcrown
Aug-12-2006, 07:54 AM
Anybody know of a good (free) utility program that will check CSS or HTML for syntax errors? Maybe even re-format for you?

A lot of the fixes you see here are about unclosed div, missing semicolon, etc. Would be nice to have a smart checker.

Andy
Aug-12-2006, 08:08 AM
Anybody know of a good (free) utility program that will check CSS or HTML for syntax errors? Maybe even re-format for you?

A lot of the fixes you see here are about unclosed div, missing semicolon, etc. Would be nice to have a smart checker.

FF and FF Web Dev, both linked in my sig- both free. Sticky tutorial in Customization forum on how to use it.

HTML Tidy https://addons.mozilla.org/ is also excellent for HTML Validation.

ivar
Aug-13-2006, 09:33 AM
Anybody know of a good (free) utility program that will check CSS or HTML for syntax errors? Maybe even re-format for you?

A lot of the fixes you see here are about unclosed div, missing semicolon, etc. Would be nice to have a smart checker.

w3c CSS validator: http://jigsaw.w3.org/css-validator/
w3c HTML validator: http://validator.w3.org/

There are alot programs that can do validation too, but i end up going back to those for some reason.