I can't suggest any syntax checkers off-hand, but a suggestion for
future work...
I keep track of TABLE, TR, TD, etc. by indenting them like PHP/C code...
Perhaps that would alleviate this from happening again in the future for
you...
TABLE
TR
TD
/TD
/TR
/TABLE
Like that... I rarely miss /TABLE tags that way.
Good luck finding that missing tag...
-----Original Message-----
From: Jack Sasportas [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, July 03, 2001 4:17 PM
To: php
Subject: [PHP] Troubleshooting syntax ?
OK I'm sure we've all run into this fun problem.
Sometimes we forget a </table> etc, from our html, and our friend
Netscape doesn't display anything if the syntax is wrong or missing. IE
on the other hand assumes what you are doing and displays it fine.
Can anyone suggest a tool / web site etc, that helps you check the html
code for the missing / wrong syntax so that it is spotted quickly like
making it red or something, instead of reading through hundreds of lines
of code, hopefully catching the problem?
Thanks
--
___________________________________________________________
Jack Sasportas
Innovative Internet Solutions
Phone 305.665.2500
Fax 305.665.2551
www.innovativeinternet.com
www.web56.net
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED] To
contact the list administrators, e-mail: [EMAIL PROTECTED]
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]