Hello, To me this seems to be a very strange problem. I have a static html page (index.html) that shows correctly on both FF2 & IE7. I splitted the website up into different sections: (header, footer, ...). To do this I have used: -------------------------------------------------------------- <?php require("header.php"); ?> Some code goes here... <?php require("footer.php"); ?> -------------------------------------------------------------- .... and so on. When I test my page (now index.php), it shows perfect on Firefox, but in IE some stuff are not in their right place. I have checked the source code of both index.html and index.php and they seem both identical to me. Do you know why IE fails to correctly render the page? Thanks -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php