Yes - I see your point - however, when something does not work, I generally try 
and get is as close the accepted norms as possible and then work backwards.

Alexander J Turner Ph.D.
www.deployview.com
www.nerds-central.blogspot.com
www.project-network.com

-----Original Message-----
From: Jochem Maas [mailto:[EMAIL PROTECTED] 
Sent: 04 September 2006 22:43
To: Alex Turner
Cc: Peter Lauri; php-general@lists.php.net
Subject: Re: [PHP] Crazy behavior...

Alex Turner wrote:
> Peter,
> 
> When it arrives at the browser, via ajax, I am guessing that you then put it 
> into the page view .innerHTML or some other method.
> 
> I suspect your problem revolves around asking the browser to do stuff it 
> should not really have to do.
> 
> There are two issues I would like to highlight with the html.
> 
> 1) You are mixing TH and TD on the same row.  You should be using styles to 
> set the different presentations of the elements.

TD and TH are not about 'presentation of elements' but about the semantics of 
the elements.
TD and TH are allowed in a single row.

-- 
No virus found in this incoming message.
Checked by AVG Free Edition.
Version: 7.1.405 / Virus Database: 268.11.7/436 - Release Date: 01/09/2006
 

-- 
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.405 / Virus Database: 268.11.7/436 - Release Date: 01/09/2006
 

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to