P
PCLIVE
Recently FrontPage has started stripping out code and I'm not sure why.
This is html code that was originally created with FrontPage and now when I
try to edit these files, I'm losing a bunch of code. Here is the original
code
----------------------------------------------
<html>
<head>
<base target="_blank">
</head>
<body>
<p align="center"><map name="FPMap0">
<area href="This is a test.htm" target="top1" shape="rect" coords="464, 40,
536, 60">
<area href="This is a test.htm" shape="rect" coords="536, 37, 631, 60"
target="top1">
<area href="This is a test.htm"
coords="428, 296, 747, 361" shape="rect">
<area href="This is a test.htm"
coords="446, 310, 618, 341" shape="rect">
<area href="This is a test.htm"
coords="488, 439, 615, 458" shape="rect">
<area href="This is a test.htm"
shape="rect" coords="546, 492, 747, 518">
<area href="This is a test.htm"
shape="rect" coords="631, 531, 748, 555">
</map><img border="0" src="This is a test.jpg" usemap="This is a
test2.htm#FPMap0" width="790" height="746"></p>
</body>
</html>
--------------------------------------------
If I paste this code to the HTM tab of a new page, and then switch to normal
and back to HTML, here is what is left.
--------------------------------------------
<html>
<head>
<base target="_blank">
</head>
<body>
<p align="center"><img border="0" src="This is a test.jpg" usemap="This is a
test2.htm#FPMap0" width="790" height="746"></p>
</body>
</html>
---------------------------------------------
Does anyone know why this is happening? Even if I don't switch between the
tabs, the code is still stripped when I save the file.
Any ideas?
Thanks.
Paul
This is html code that was originally created with FrontPage and now when I
try to edit these files, I'm losing a bunch of code. Here is the original
code
----------------------------------------------
<html>
<head>
<base target="_blank">
</head>
<body>
<p align="center"><map name="FPMap0">
<area href="This is a test.htm" target="top1" shape="rect" coords="464, 40,
536, 60">
<area href="This is a test.htm" shape="rect" coords="536, 37, 631, 60"
target="top1">
<area href="This is a test.htm"
coords="428, 296, 747, 361" shape="rect">
<area href="This is a test.htm"
coords="446, 310, 618, 341" shape="rect">
<area href="This is a test.htm"
coords="488, 439, 615, 458" shape="rect">
<area href="This is a test.htm"
shape="rect" coords="546, 492, 747, 518">
<area href="This is a test.htm"
shape="rect" coords="631, 531, 748, 555">
</map><img border="0" src="This is a test.jpg" usemap="This is a
test2.htm#FPMap0" width="790" height="746"></p>
</body>
</html>
--------------------------------------------
If I paste this code to the HTM tab of a new page, and then switch to normal
and back to HTML, here is what is left.
--------------------------------------------
<html>
<head>
<base target="_blank">
</head>
<body>
<p align="center"><img border="0" src="This is a test.jpg" usemap="This is a
test2.htm#FPMap0" width="790" height="746"></p>
</body>
</html>
---------------------------------------------
Does anyone know why this is happening? Even if I don't switch between the
tabs, the code is still stripped when I save the file.
Any ideas?
Thanks.
Paul