On 12/14/06, Michael Stevens <[EMAIL PROTECTED]> wrote: > www.bctarizona.com/test/index_new2.php > www.bctarizona.com/test/bct.css > > Another question is can a PHP file be valid XHTML or should I go with HTML 4 > strict? > > Mike
PHP can't be either valid or invalid html or xhtml. It can be used to produce either. What comes out of PHP is just a web page, and if you make your PHP spit out the code for a valid version of html or xhtml that's what you will get. If you don't you won't. -- Ed Seedhouse ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information -- http://css-discuss.incutio.com/?page=IE7 List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
