Ho un codice così fatto:
codice:
<form method="post" action="circolari/logexe.php?action=login">
<p class="spacebottom">Username:</p>
<input type="text" size="30" maxlength="30" id="usnm" name="usnm" />
<p class="spacebottom">Password:</p>
<input type="password" size="30" maxlength="30" id="uspw" name="uspw" />
<p class="spacebottom"></p>
<input type="submit" value="Invia" name="Invia" />
<input type="reset" value="Cancella" name="Cancella" />
</form>
Il validatore W3C mi dà 4 errori di questi tipo:
Line 94, Column 67: document type does not allow element "input" here; missing one of "ins", "del", "h1", "h2", "h3", "h4", "h5", "h6", "p", "div", "address", "fieldset" start-tag.
…" size="30" maxlength="30" id="usnm" name="usnm" />
Solo che non capisco che cosa vuole da me...
Grazie
M.