Determining classes inside a document, CSS classes DOM
Posted: Tue Nov 02, 2010 8:22 pm
Hello,
How to determine CSS classes utilized on a document,
a php code that would echo specific_class
I imagine opening the file, reading line by line, storing all classes found in an array and then printing the array. Do not know how to do that but know it could be done with PHP.
Thanks
How to determine CSS classes utilized on a document,
Code: Select all
<font class="specific_class">Font</font>
I imagine opening the file, reading line by line, storing all classes found in an array and then printing the array. Do not know how to do that but know it could be done with PHP.
Thanks