Path: csiph.com!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail From: "J.O. Aho" Newsgroups: comp.lang.php Subject: Re: Is it legitimate to have a continuous TABLE through multiple FORMs? Date: Thu, 25 Apr 2019 21:36:41 +0200 Lines: 55 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: individual.net LMqd/qO47Ch5NUAGct/ZaQieBIRvMS+toCAdVeGyGb/x5ObDpo Cancel-Lock: sha1:Xbk4Hk2PDcrQvHMjPD4eIHawkA0= User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.6.1 In-Reply-To: Content-Language: en-PH Xref: csiph.com comp.lang.php:17895 On 24/04/2019 16.30, Dan Campbell wrote: Just pointing out that this should have been in a HTML related newsgroup or forum instead of here. > She starts a FORM, then a table inside that form, and does a few things. > Then, without closing the table, she closes the FORM, creates another form, > and immediately starts adding rows to the first table, without creating a table. A form-tag should enclose the whole table of reside within a column td-tag, if you want to try to follow the HTML specification, sure browsers try to fix faulty HTML, but they do it in different ways, so the faulty HTML may result in different looking/working pages. > Note that the multiple FORMs themselves are inside one containing table, which is properly closed at the end. > >
>
> > >
>
> > > > > > > Close the table here and then close the form > > > Open a new table here > > > > close the second table and then close the form. -- //Aho
> >
>
>