BurakUeda
08-27-2006, 07:37 AM
This is the first time I am getting this. Check out these two sample pages in MSIE:
http://takezaki-pharmacy.com/test1.php
http://takezaki-pharmacy.com/test2.php
if you look at the source code they are identical, but in test2.php MSIE puts some additional space on top.
The difference between two pages is:
test1.php:...snip...
<body>
<div>
<img src="/images/smiling_woman.jpg" width="225" height="201" />
</div>
</body>
...snip...
test2.php:...snip...
<body>
<?php
include "test2include.php";
?>
</body>
...snip...
If I include the file, MSIE adds 15-16 pixels top margin.
Is this already a known problem?
http://takezaki-pharmacy.com/test1.php
http://takezaki-pharmacy.com/test2.php
if you look at the source code they are identical, but in test2.php MSIE puts some additional space on top.
The difference between two pages is:
test1.php:...snip...
<body>
<div>
<img src="/images/smiling_woman.jpg" width="225" height="201" />
</div>
</body>
...snip...
test2.php:...snip...
<body>
<?php
include "test2include.php";
?>
</body>
...snip...
If I include the file, MSIE adds 15-16 pixels top margin.
Is this already a known problem?
