I am working on a website that has many pages. Each page has the same header with drop down menus on the top. I want each page to get the source code for the headers from an external file. Part of the problem is that I want some of the code to import into <HEAD> and some of the code must drop into <BODY>. The content is contiguous, so it can post as one item across the head and the top of the body, but I am not sure how to make it happen. Any help? Thanks.
