| 
 Posted by Adam Strickland on 06/30/32 11:37 
The only thing i know is to close your img tag: 
 
<img src="images/search.gif" alt="search" width="70" height="13"> 
 
like so: 
 
<img src="images/search.gif" alt="search" width="70" height="13" /> 
 
"Paul Watt" <paulio@wattioNOSPAM.freeserve.co.uk> wrote in message  
news:dqj6tn$gl8$1@newsg3.svr.pol.co.uk... 
> Hi, 
> The following code fails validation when used with a html 4.01 strict DTD.  
> why and how can i fix it? 
> TIA 
> Paul 
> 
> <form action="/cgi-sys/entropysearch.cgi" target=searchwindow  
> class="search"> 
>    <img src="images/search.gif" alt="search" width="70" height="13"> 
>    <input type="text" name="query" value="" /> 
>    <input type="hidden" name="user" value="dunmowka" /> 
>    <input type="hidden" name="basehref" value="http://dunmowkarate.co.uk"  
> /> 
>    <input type="hidden" name="template" value="default" /> 
>    <input type="submit" value="Search" /> 
>  </form> 
>
 
[Back to original message] 
 |