DBookatay Posted May 15, 2008 Share Posted May 15, 2008 I am rewritting some of my pages to clean them up, and I noticed a display problem that only seems to happen in IE. I built an entire page, then split it into 2, header.php and index.php. When the pages are one whole code they display fine, but once I use: <? include ('include/page_files/header.php'); ?> IE puts a top margin on the site, which looks horrible... http://www.carcityofdanbury.com/index2.php If I put the 2 pages back togather again the problem goes away. I've tested the page in IE, FireFox and Safari, and IE is the only one with this stupid issue. Any ideas. body { margin: 0px; padding: 0px; empty-cells: hide; } Quote Link to comment https://forums.phpfreaks.com/topic/105795-php-in-ie7-bug/ Share on other sites More sharing options...
DeanWhitehouse Posted May 15, 2008 Share Posted May 15, 2008 wrong forum, this should be in the CSS forum. Also use require '' ; just to make sure the files are being included. Quote Link to comment https://forums.phpfreaks.com/topic/105795-php-in-ie7-bug/#findComment-542183 Share on other sites More sharing options...
DBookatay Posted May 15, 2008 Author Share Posted May 15, 2008 wrong forum, this should be in the CSS forum. It's not a CSS problem, because it only happens when I use the PHP include Quote Link to comment https://forums.phpfreaks.com/topic/105795-php-in-ie7-bug/#findComment-542411 Share on other sites More sharing options...
DarkWater Posted May 15, 2008 Share Posted May 15, 2008 PHP is server side and is therefore browser-independent. It's an output/CSS problem...Check for any anomalies in your HTML output. Quote Link to comment https://forums.phpfreaks.com/topic/105795-php-in-ie7-bug/#findComment-542415 Share on other sites More sharing options...
DeanWhitehouse Posted May 15, 2008 Share Posted May 15, 2008 you posted a CSS code, so therefore it's a CSS problem Quote Link to comment https://forums.phpfreaks.com/topic/105795-php-in-ie7-bug/#findComment-542424 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.