From: sono-io at fannullone.us > In my readings, I've run across examples showing include files being > called from within the <head></head> tags, and other examples showing > them called within <body></body>. I've always put them in the header > section myself, but I was wondering if one is better than the other, > or is it just personal preference? Depends on what you are including. The only tags that can be inside the head are <base>, <link>, <meta>, <script>, <style>, and <title>. Everything else is either body or prologue. The full specs can be found at <http://www.w3schools.com/tags/default.asp>. Bob McConnell -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php