[VE][65] Form inside table

Error [65]: "document type does not allow element X here; missing one of 
Y start-tag"
NOTE: Whenever possible, give the address of the document you were checking.

http://members.cox.net/amanda.groover/

I'm trying to convert my so called site to xhtml, and not sure why I'm 
getting this last error. My first thought was I couldn't have the 
drop-down menu inside a table, but putting it outside didn't remove the 
error. I'm sure I closed all my tags and such, not sure what else to 
look for...

<td valign="top">
<div class="menu"><b>Navigation</b></div>
<div style="overflow:auto; height:150px; width:140px"><br />

<form action="uri">
<select id="rukamenu"
onchange="location.href=(form.rukamenu.options[form.rukamenu.selectedIndex].value)">
<option value="0"></option>
<option value="index.htm">Home</option>
<option value="Screenshot.htm">Screenies</option>
<option value="Siggy.htm">Siggies</option>
<option value="Member.htm">Members</option>
<option 
value="http://www.neopets.com/guilds/guild.phtml?id=202626">Guild</option>
</select>
</form>
</div>
</td>

Received on Wednesday, 4 June 2008 17:37:40 UTC