Dooza <> wrote:
>I might be wrong, but this:
><input type=text name=coeo id=coeo size=12 maxlength=12>
>should be
><input type="text" name="coeo" id="coeo" size="12" maxlength="12">
Strictly speaking, yes you should use quotation marks for all the
attribute values. If you ran the page through the W3C validator, it
would pretty surely fail without them (depending on your DOCTYPE, if
you had one, I think).
But browsers are built to be *very* tolerant of HTML coding miscues,
and no browser should have trouble figuring this out.
--
Tim Slattery
http://members.cox.net/slatteryt