Does anyone know how to get the below to validate correctly?
XHTML 1.0 Transitional!
<form method="get" action="search.php" >
<input name="zoom_query" type="text" size="20">
<input type="submit" value="Search">
</form>
Thanks
XHTML 1.0 Transitional!
<form method="get" action="search.php" >
<input name="zoom_query" type="text" size="20">
<input type="submit" value="Search">
</form>
Thanks
Comment