Something has gone bung with a Frontpage intranet site I look after. The pages display okay, and the code is obviously on the server - i.e it's not displaying from cache - but when I try to edit the site there is nothing between the <body> tags.
All the information in the <head> section is kept though - title, stylesheet links etc.
I've lost and restored my shared borders plenty of times but this is a new benchmark for Frontpage! Any clues? The only thing I can think of that may have upset things is that someone added a theme to a few pages in a subfolder.
Here's an example of what I get when I open a page:
<html>
<head>
<link rel="stylesheet" type="text/css" href="nswopulr.css">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>What's New</title>
<meta name="Microsoft Border" content="tl"></head>
<body></body>
(No closing </html> tag either I just noticed.)
All the information in the <head> section is kept though - title, stylesheet links etc.
I've lost and restored my shared borders plenty of times but this is a new benchmark for Frontpage! Any clues? The only thing I can think of that may have upset things is that someone added a theme to a few pages in a subfolder.
Here's an example of what I get when I open a page:
<html>
<head>
<link rel="stylesheet" type="text/css" href="nswopulr.css">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>What's New</title>
<meta name="Microsoft Border" content="tl"></head>
<body></body>
(No closing </html> tag either I just noticed.)