I have had a time trying to find some HTML bugs in the code. I use a table to contain the entire page (including the forum content) and I have found a couple of HTML errors that have broken the overall table. For this very reason, I have begun trying to use HTML templates in all of my development. I know that this becomes more complicated when a portion of HTML is defined as a "repeatable" section. However, I have been bitten in the butt many times by putting HTML in my Perl code. Sometimes it takes days to find the problem. And browsers like NS will die if the table structure is broken whereas IE will try to interpret.

Has this been suggested before?