On Sun, 3 Nov 2002, alias wrote:

> Hi,
> Sorry if this isn't the right ng, but you guys really know your stuff. 
> Why doesn't this form validate?

Two reasons. First of all you are using XML syntax (<foo/>) in an HTML
document and secondly you are placing <input> elements where they are not
allowed. <input> elements must be part of a <p>aragroph.

-- 
Ian Hickson                                      )\._.,--....,'``.    fL
"meow"                                          /,   _.. \   _\  ;`._ ,.
http://index.hixie.ch/                         `._.-(,_..'--(,_..'`-.;.'

Reply via email to