|
|
Browse by Tags
All Tags » C# » css
-
hi, i'm trying to parse a css file. The goal is to catch all H tags ... example : <h1>,<h2>,<h3>, .... and populate a table with the result : [0] = "<h1>", [1] = "<h2>", .... After that i'll use this table in a wysiwyg.
I have no problem reading my file or creating the table, I just ...
|
|
|