Re: [PHP] Re: loop in horizontal direction (php-html)

2006-08-10 Thread Marcus Bointon
On 10 Aug 2006, at 16:39, Al wrote: tds don't need to be terminated with /tds That is, assuming you don't want your pages to validate. As closing your tags is so trivially easy, it's really not worth not doing! I recently encountered a site that contained 3500 unclosed font tags on a

Re: [PHP] Re: loop in horizontal direction (php-html)

2006-08-10 Thread Al
Marcus Bointon wrote: On 10 Aug 2006, at 16:39, Al wrote: tds don't need to be terminated with /tds That is, assuming you don't want your pages to validate. As closing your tags is so trivially easy, it's really not worth not doing! I recently encountered a site that contained 3500

Re: [PHP] Re: loop in horizontal direction (php-html)

2006-08-10 Thread Al
Marcus Bointon wrote: On 10 Aug 2006, at 16:39, Al wrote: tds don't need to be terminated with /tds That is, assuming you don't want your pages to validate. As closing your tags is so trivially easy, it's really not worth not doing! I recently encountered a site that contained 3500

Re: [PHP] Re: loop in horizontal direction (php-html)

2006-08-10 Thread tedd
At 2:42 PM -0400 8/10/06, Al wrote: Marcus Bointon wrote: On 10 Aug 2006, at 16:39, Al wrote: tds don't need to be terminated with /tds That is, assuming you don't want your pages to validate. As closing your tags is so trivially easy, it's really not worth not doing! I recently

Re: [PHP] Re: loop in horizontal direction (php-html)

2006-08-10 Thread Larry Garfield
On Thursday 10 August 2006 13:42, Al wrote: Marcus Bointon wrote: On 10 Aug 2006, at 16:39, Al wrote: tds don't need to be terminated with /tds That is, assuming you don't want your pages to validate. As closing your tags is so trivially easy, it's really not worth not doing! I recently