Forum Moderators: phranque

Message Too Old, No Replies

tool to check for properly nested/closed DIVs?

is there a tool I can use to check if a <div class="whatever"> has a </div>

         

partha

10:37 pm on Feb 14, 2005 (gmt 0)

10+ Year Member



I have some documents with a rediculous amount of nested DIVs with various class names.

Is there any sort of tool out there (text editor, etc) that can check to make sure the DIVs are nested correctly and each one has a </div> in the correct place?

partha

6:35 pm on Feb 20, 2005 (gmt 0)

10+ Year Member



bump...

Longhaired Genius

6:45 pm on Feb 20, 2005 (gmt 0)

10+ Year Member



An online validator [validator.w3.org] will do this or HTML-Tidy or (on windows) HTML-Kit, which has HTML-Tidy built in.