Is there some sort of tool so I can check my code and see if there are any open tags? I don't want to validate the code, just check for open tags
Hi, use HTML doctor http://www2.imagiware.com/RxHTML/ just tick off the ones you don't need / want Expat
You can use HTML Tidy to fix unbalanced tags and other things like this. Here's the main website: http://www.w3.org/People/Raggett/tidy/ You can also look first at what it does at the W3C website: http://www.w3.org/People/Raggett/tidy/ J.D.