Is there software out there to check a .html file to see if all the tags are correctly closed?
I tried TagCheck but this did not work as i put my file and ran it and got no errors, then i added a <tr> tag with no closing tag and ran again and still got no errors
So is there another software out there to do this or any other way to do this?
Use notepad++ code editor software. You can check easily with it.
Also check your HTML by pasting it in http://validator.w3.org/#validate_by_input to validate it online.
http://img210.imageshack.us/img210/8066/testjn.png