Hello,
The following code won't validate as XHTML and I don't know why. What is wrong with it?
------
<table cellspacing="0" cellpadding="0" width="100%" align="center" bgcolor="#000066" border="0">
<tr>
<td valign="middle">
<!-- Begin Right Search Site Table -->
<table cellspacing="1" cellpadding="10" width="100%" border="0">
<tr>
<td valign="top" align="center" bgcolor="#F0F0FF">
<!-- Begin Free Find -->
<form action=" method="get" target="_self">
<input type="hidden" name="id" size="-1" value="48514865" />
<input type="hidden" name="pageid" size="-1" value="r" />
<input type="hidden" name="mode" size="-1" value="all" />
<input type="hidden" name="n" value="0" />
<span class="nav">Search Site:</span><br /><br />
<label for="enter_keywords"><input type="text" name="query" input id="enter_keywords" size="20" value="Enter Keywords Here" accesskey="k" /></label>
<br /><br /><label for="submit"><input type="submit" input id="submit" name="submit" value="Search Site" accesskey="s" /></label>
<br />
<br />
<a href=" title="FreeFind Website" class="pagelinks">Powered by FreeFind</a></form>
<!-- End Free Find-->
</td>
</tr>
</table>
<!-- End of Right Search Site Table -->
</td>
</tr>
</table>
------------------
The following code won't validate as XHTML and I don't know why. What is wrong with it?
------
<table cellspacing="0" cellpadding="0" width="100%" align="center" bgcolor="#000066" border="0">
<tr>
<td valign="middle">
<!-- Begin Right Search Site Table -->
<table cellspacing="1" cellpadding="10" width="100%" border="0">
<tr>
<td valign="top" align="center" bgcolor="#F0F0FF">
<!-- Begin Free Find -->
<form action=" method="get" target="_self">
<input type="hidden" name="id" size="-1" value="48514865" />
<input type="hidden" name="pageid" size="-1" value="r" />
<input type="hidden" name="mode" size="-1" value="all" />
<input type="hidden" name="n" value="0" />
<span class="nav">Search Site:</span><br /><br />
<label for="enter_keywords"><input type="text" name="query" input id="enter_keywords" size="20" value="Enter Keywords Here" accesskey="k" /></label>
<br /><br /><label for="submit"><input type="submit" input id="submit" name="submit" value="Search Site" accesskey="s" /></label>
<br />
<br />
<a href=" title="FreeFind Website" class="pagelinks">Powered by FreeFind</a></form>
<!-- End Free Find-->
</td>
</tr>
</table>
<!-- End of Right Search Site Table -->
</td>
</tr>
</table>
------------------