Quote
# Error Line 113, Column 11: end tag for "tr" omitted, but OMITTAG NO was specified
</table>
You may have neglected to close an element, or perhaps you meant to "self-close" an element, that is, ending it with "/>" instead of ">".
</table>
You may have neglected to close an element, or perhaps you meant to "self-close" an element, that is, ending it with "/>" instead of ">".
Quote
# Info Line 105, Column 11: start tag was here
<tr>
<tr>
Quote
Error Line 275, Column 37: XML Parsing Error: Opening and ending tag mismatch: table line 270 and td
</td>
</td>
These are the most common errors. If someone can give me some ideas on what the problem might be that would be helpful. From what I've googled I keep running into people saying that it's open div tags, but it's not. The few that I used are closed. This web form is an application, so there's lots of tables within tables. I'll be happy to post code if requested. Thanks.

Help



Back to top











