Forum Moderators: open
Line 22, column 59: document type does not allow element "FORM" here
Thats the error message i get when trying to validate my html document.
<form>
<tr>
<td>
<input blah blah>
<input blah blah>
<input blah blah>
</td>
</tr>
</form>
thats my code
if i try to put the form tags within the td. it moves the whole table around.
Any suggestions?!?
thanks