1

I use Adobe Dreamweaver CS5 to code websites, are there any syntax checkers that can check for common spelling mistakes say if I spelt "position:relative;" like "postion:relative;"? Alternatively can I find something with another program?

Thanks Josh

1
  • 1
    W3 CSS validator: jigsaw.w3.org/css-validator Beyond that, even Firefox's error console (shift-ctrl-j) will report on basic syntax errors (unknown properties, bad bracketing, bad units, etc...) Commented Nov 16, 2011 at 3:48

1 Answer 1

2

Dreamweaver has a built in validator under "File/Validate", but it's not as good as the W3C's validator. A quick way to access it is to install the Web Developer tool bar add-on and use the validator through the tools drop down. What's cool about this tool is you can quickly validate local files too as it will automatically upload them to the W3C validator.

https://addons.mozilla.org/en-US/firefox/addon/web-developer/

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.