tags:

views:

51

answers:

2

Are there any tools out there that can look at my website HTML and tell me that (for example) "there is an HTML element at mysite.com/example.html using a class of SOMECLASS but SOMECLASS is not defined in any included CSS files".

?

+3  A: 

You could try inspecting with Firebug

Galwegian
A: 

You could try out a soft like Dust-me-selectors: http://www.milienzo.com/2007/08/07/clean-up-your-css-with-firefox-plugin/

marcgg
Looks to be just what I was afer! Thanks.
Dougal
afTer I mean :-/
Dougal
@dougal you're welcome!
marcgg