Hi all, Is there an HTML/PHP editor that will help show any unclosed tags? I remember when i used to program Oracle there was a program that showed all loops and would help easily identify nested loops etc. Anythinf similar for HTML? I have a large file full of table form tr td tags that i need to clean up. Is there any good way of doing this? regards, Naomi
netbeans does it, but if you just need it to match tags it's a memory waster. If I remember correctly pspad does it as well ( not sure btw )
This may be way more than you are looking for, but the Silverlight 4 SDK (http://www.silverlight.net/getstarted/) also installs Visual Web Developer 2010 express. It check tags tags for html and all mainstream scripting, server and client side. It's an awesome product, for free.
Java Netbeans can also show the unclosed tags in the source code, but i did not try with the latest version IDE 6.9.1.
NetBeans is my choice too. Its a memory HOG but it does a lot of good especially for medium scale or larger projects in PHP or JAVA
Agreed. Have been trying various IDEs but always found myself uninstalling them and continuing to use Notepad++