Hi -
Basically, I've got a header file (header.html), that is inserted into all the PHP pages on a site I'm working on. I know I'm supposed to remove the <head> and <body> tags from header.html, but I need this header to preload images, and the only way I know to do this is via javascript inserted within the <head> tags.
It's absolutely necessary for me to remove these <head> and <body> tags because my page is basically messed up due to the complexity of the coding, and it's absolutely necessary that these images preload, as it's fairly graphics intensive.
Any help would be appreciated, and keep in mind that I'm a complete newbie, so please dumb down all responses.
Thanks!