I've searched and found a lot of "close" but no cigar help posts on here, so I figured I ask the exact question in hopes one of the experts can help me.

I created a nice image rollover link bar in PhotoShop/Image Ready, and I have it as a table set up on all of my pages.

My question is if there is a way to insert some code into the tpl_header.php to make this function. I know how to put the table in, that's a snap.

But the rollover function requires that there be coding between the <head> </head> tags on an HTML page, and an onload="preloadImages in the <body> tag in order for the rollover images to function.

I don't know enough about PHP to know how to accomplish this, so I was hoping it was possible and that someone can help me here.

If it's not possible that way, what about inserting a header page into the code? What I mean is I have a page header.html that I use for other html pages, and then I only have to update that page when I make changes to links, etc. and it doesn't take me forever to edit all the pages accessing that file. Can I insert code in PHP that will reference an html file?

Thanks