When I try to validate the following I receive three [identical] errors:
Error Line 47 column 41: document type does not allow element "INPUT" here;
missing one of "P", "H1", "H2", "H3", "H4", "H5", "H6", "PRE", "DIV",
"ADDRESS" start-tag.
<input type = "hidden" name = "user" value = " ">
<input type = "hidden" name = "talValue" value = "talValue">
<input type = "hidden" name = "directIt" value = " ">
My markup:
<body>
<div class = containerboxPre >
<div class=framebox> <h3>Evaluatio n - Lab Home Page</h3></div>
<form id='form1' name='form1' action="/cgi-bin/yada.pl" method="post">
<input type="hidden" name="user" value="">
<input type="hidden" name="talValue" value="talValue ">
<input type="hidden" name="directIt" value="">
<div class=framebox>
<div class="topmenu" >
<ul>
<li><a href="yada1.htm l">Register New</a></li>
<li><a href="javascrip t:logInR();">Ed it Profile</a></li>
<li><input type="password" name="username1 " ></li>
<li><a href="javascrip t:logIn();">Log in Client</a><span
id='errorMsg'></span></li>
</ul>
</div>
</div>
</form>
</div>
</body></html>
--
Ed Jay (remove 'M' to respond by email)
Error Line 47 column 41: document type does not allow element "INPUT" here;
missing one of "P", "H1", "H2", "H3", "H4", "H5", "H6", "PRE", "DIV",
"ADDRESS" start-tag.
<input type = "hidden" name = "user" value = " ">
<input type = "hidden" name = "talValue" value = "talValue">
<input type = "hidden" name = "directIt" value = " ">
My markup:
<body>
<div class = containerboxPre >
<div class=framebox> <h3>Evaluatio n - Lab Home Page</h3></div>
<form id='form1' name='form1' action="/cgi-bin/yada.pl" method="post">
<input type="hidden" name="user" value="">
<input type="hidden" name="talValue" value="talValue ">
<input type="hidden" name="directIt" value="">
<div class=framebox>
<div class="topmenu" >
<ul>
<li><a href="yada1.htm l">Register New</a></li>
<li><a href="javascrip t:logInR();">Ed it Profile</a></li>
<li><input type="password" name="username1 " ></li>
<li><a href="javascrip t:logIn();">Log in Client</a><span
id='errorMsg'></span></li>
</ul>
</div>
</div>
</form>
</div>
</body></html>
--
Ed Jay (remove 'M' to respond by email)
Comment