My site is displaying 2 <body tags in a single page. The first <body is generated from the header.php and the second <body tag is generated from the actually page index.php. The problem is that index.php uses the <body tag for preloading rollover images and I do not want to put it on the header.php <body tag because index.php is the only page that needs that set of images. Is there anything to fix this?
If the problem is only with index.php, you could include the code of header.php into the index page instead of including the header file and delete any lines that are used more than once.