Session problem

Hi,When I try to validate my webpage http://toahulp.freehostia.com/index.php?page=login I got the next error message:document type does not allow element "input" here; missing one of "p", "h1", "h2", "h3", "h4", "h5", "h6", "div", "pre", "address", "fieldset", "ins", "del" start-tag . …="f8cdf4fc209037bad7fc3467b705ebe9" />✉ The mentioned element is not allowed to appear in the context in which you've placed it; the other mentioned elements are the only ones that are both allowed there and can contain the element mentioned. This might mean that you need a containing element, or possibly that you've forgotten to close a previous element. One possible cause for this message is that you have attempted to put a block-level element (such as "<p>" or "<table>") inside an inline element (such as "<a>", "<span>", or "<font>").I already found out what the problem was:403<form id="login" action="../../index.php?page=login" method="post" onsubmit="return validateLoginForm(login);"><input type="hidden" name="PHPSESSID" value="f8cdf4fc209037bad7fc3467b705ebe9" />404<table class="login margin">Php automaticly ads the second part of line 403, for session data. But how can I fix this problem, cause I don't now how to remove that line, because I didn't created it by myself. I read something about creating those sessions manual, but how does that works?Kind regards,Tiddo
_________________________________________________________________
Jouw nieuws en entertainment, vind je op MSN.nl!
http://nl.msn.com/ 

Received on Monday, 14 April 2008 18:38:09 UTC