Hi,
First post, nice forum! I hope to frequent it as I learn php/mysql.
I have a header.html file and a footer.html file, both loading within a html table with include ().
When I test it with the header being included, my rollover images within the header.html file work, but when I add the footer file [which also has rollover images], they both stop working.
I am using a simple piece of code.
<?php
include 'header.html';
?>
Any ideas how I can get around this? Is it because I have them within a table? I really need the table.
Oh, and I tried SSI includes also, the exact same thing happens, header works, when I put the footer in they both won't load my rollovers.
Thanks.