> From: Gunlaug Sørtun <[EMAIL PROTECTED]> > Date: Tue, 25 Nov 2008 14:52:39 +0100 > To: John Sutton <[EMAIL PROTECTED]> > Cc: <[email protected]>, RePost <[EMAIL PROTECTED]> > Subject: Re: [css-d] Wrapper div will not center in IE > > John Sutton wrote: > >> Does that hold true for php code above the Doctype as well? > > If IE/win sees it: yes! > > The DTD must be first in the document, or else IE/win will ignore it. > Only the xml declaration can be placed above an "XHTML" DTD, and then > it'll only work in IE7 and up since IE6 chokes on it. > > More along the same lines... > <http://www.satzansatz.de/cssd/quirksmode.html> > <http://www.gunlaug.no/contents/wd_additions_34.html> > > regards > Georg > -- > http://www.gunlaug.no
PHP/ASP script is passed through the interpreter first. The embedded server-script code is not visible to the client (even if you check the source of the page) as the server sends *only* the HTML code. The browser is not aware of the functioning of the server. It just receives the HTML code, which it appropriately formats and displays on your computer. If your PHP script is not generating content above the DTD all is well. --- Alyda ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org/policies.html Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
