hi
i was wondering if their is a program out there that checks to see if i have a beggining an end tag for each html markup item. i use dreamweaver cs3 and when something is wrong with the markup a tag changes color but its not alway acurate. i was wondering if there was someway i can have the beginning and end tags put into a tree view rather than having to open and close each tag in tree view in dreamweaver.
thanks
so something that is displayed like this.
+<div id="abc">
| some html
| some html
| some html
| some html
+</div>
+<div id="def">
| some html
| some html
| some html
| some html
+</div>