"tbody" not finished but containing element ended </tr>
I d on't understand what to do
I would love some help thanks
Hoople
3:02 am on Aug 27, 2010 (gmt 0)
tbody is the container that holds the body content: the rows (and their children, the table data cells). tbody is a child of the table element and must be closed before the table tag is closed. Sounds like a </tbody> is missing before the closing </table> tag.