W
welshd
Product - Microsoft Frontpage 2003
When I publish a page, sometimes some lines of code get omitted.
Example: What I have in frontpage is
<html>
<head>
</head>
<body>
<p align="center">
<a href="http://www.blumenfeldart.com">
<img src="../logos/banner_02Blumenfeld.jpg" alt="Fine Art, Judaica art"
width="468" height="60">
</a>
</p>
</body>
</html>
What arrives on the remote site is:
<html>
<head>
</head>
<body>
<p align="center">
<a href="http://www.blumenfeldart.com">
</a>
</p>
</body>
</html>
One line has disappeared!
When I publish a page, sometimes some lines of code get omitted.
Example: What I have in frontpage is
<html>
<head>
</head>
<body>
<p align="center">
<a href="http://www.blumenfeldart.com">
<img src="../logos/banner_02Blumenfeld.jpg" alt="Fine Art, Judaica art"
width="468" height="60">
</a>
</p>
</body>
</html>
What arrives on the remote site is:
<html>
<head>
</head>
<body>
<p align="center">
<a href="http://www.blumenfeldart.com">
</a>
</p>
</body>
</html>
One line has disappeared!