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. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php