faridjame@xxxxxxxxx

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux