Validation Output: 2 Errors
Line 28, Column 5: end tag for element
"td" which is not open
</td >
The Validator found an end tag for the above
element, but that element is not currently open.
This is often caused by a leftover end tag from an
element that was removed during editing, or by
an implicitly closed element (if you have an error
related to an element being used where it is not
allowed, this is almost certainly the case). In the
latter case this error will disappear as soon as you
fix the original problem.
If this error occurred in a script section of your
document, you should probably read this FAQ
entry.
Line 29, Column 5: end tag for element
"tr" which is not open
</tr >
The Validator found an end tag for the above
element, but that element is not currently open.
This is often caused by a leftover end tag from an
element that was removed during editing, or by
an implicitly closed element (if you have an error
related to an element being used where it is not
allowed, this is almost certainly the case). In the
latter case this error will disappear as soon as you
fix the original problem.
If this error occurred in a script section of your
document, you should probably read this