0

I'm doing some testing using Firefox's Error Console. I'm fixing the errors in the stylesheets and I want to list all HTML pages that are linked to the stylesheets for regression test purposes.

Does anyone know of a tool (dreamweaver, aptana, online, etc.) that has this type of feature? FF Error Console only gives me the stylesheet URL, not the URLs of the linked HTML pages.

TylerH
  • 20,799
  • 66
  • 75
  • 101
Chris22
  • 1,973
  • 8
  • 37
  • 55

2 Answers2

0

Solution: If you have dreamweaver:

  1. Open a page on your website
  2. Use Ctrl+F
  3. Search: Entire Local Site
  4. Source code: stylesheet_name.css
  5. Select Find ALL

dw will give you a report in the Results Panel.

Chris22
  • 1,973
  • 8
  • 37
  • 55
-1

It's not exactly what you are searching for, but maybe you find it usefull: https://addons.mozilla.org/en-US/firefox/addon/css-usage/

Aljullu
  • 434
  • 3
  • 12