> Can anyone else think of bizarre examples that will cause problems?
Well, when Eric was talking about "tables containing forms", he also
brought up the following sort of possibility:
<TABLE>
<TR> <FORM...> <TD><INPUT NAME="row1field1">
<TD><INPUT NAME="row1field2"> <TD><INPUT TYPE="submit"> </FORM>
<TR> <FORM...> <TD><INPUT NAME="row2field1">
<TD><INPUT NAME="row2field2"> <TD><INPUT TYPE="submit"> </FORM>
</TABLE>
which would be somewhat more problematic (and not currently supported
in HTML3). Things become even less clear if you wish to put a single
form across exactly two rows of a table. In terms of SGML, this
could get icky.
--------------------------------------------------------------------
Paul Burchard <burchard@math.utah.edu>
``I'm still learning how to count backwards from infinity...''
--------------------------------------------------------------------