- From: tiddo Langerak <tiddo@live.nl>
- Date: Mon, 14 Apr 2008 20:16:14 +0200
- To: <www-validator@w3.org>
- Message-ID: <BAY119-W34A1D11189117D4F2E9FFFB2E80@phx.gbl>
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