K
Kerry Van Iseghem
I believe I have found a new bug in IE7
IE7 takes my html code and deletes some source code automatically.
I use Microsoft Frontpage 2003 and develop my html code. When I put this
onto my ftp site all works fine in previous versions of IE. But when you
open the webpage in IE7 the source code is different than when you open the
page in IE6 ?
Why would IE7 delete some source code ?
Below are the two versions = I open the same html file with IE6 and IE7 and
do a "View Source" and you will note that they are different.
***************************************************************
Version IE7 =>
<p align="center">
<a href="http://www.manufacturing-today.com/" target="_blank">
</a></p>
<p align="center">
</p>
<p> </p>
***************************************************************
Version IE6 =>
<p align="center">
<a href="http://www.manufacturing-today.com/" target="_blank">
<img border="0" src="./images/Advertising_logos/MT_LOGO_01.jpg"
width="431" height="54"></a></p>
<p align="center">
</p>
<p> </p>
***************************************************************
You can see this for yourself at =
http://www.isgchips.com/mt
What is causing this ?
IE7 takes my html code and deletes some source code automatically.
I use Microsoft Frontpage 2003 and develop my html code. When I put this
onto my ftp site all works fine in previous versions of IE. But when you
open the webpage in IE7 the source code is different than when you open the
page in IE6 ?
Why would IE7 delete some source code ?
Below are the two versions = I open the same html file with IE6 and IE7 and
do a "View Source" and you will note that they are different.
***************************************************************
Version IE7 =>
<p align="center">
<a href="http://www.manufacturing-today.com/" target="_blank">
</a></p>
<p align="center">
</p>
<p> </p>
***************************************************************
Version IE6 =>
<p align="center">
<a href="http://www.manufacturing-today.com/" target="_blank">
<img border="0" src="./images/Advertising_logos/MT_LOGO_01.jpg"
width="431" height="54"></a></p>
<p align="center">
</p>
<p> </p>
***************************************************************
You can see this for yourself at =
http://www.isgchips.com/mt
What is causing this ?