EVERY TIME I GO live the body is not shown in the html pane and i cant work
on the page. WHY?

Re: body of html is hidding itself when I go to html pane by MikeR

MikeR
Sun Aug 28 07:38:17 CDT 2005

By "GO live" do you mean working on the page on the server?
Have you opened a web, then a page?
What do you see in HTML view?
MikeR 1st

John wrote:
> EVERY TIME I GO live the body is not shown in the html pane and i cant work
> on the page. WHY?

Re: body of html is hidding itself when I go to html pane by John

John
Sun Aug 28 08:25:04 CDT 2005

By go live I mean working on the page from the server. And YES, I opened a
web folder on the c drive then opened a page on the server. After that, there
is nothing showing in the body tags on the html pane. I see the page in the
normal pane but when I try to go to the html pane and do anything it makes
the page blank. This is what I see in the html pane....,.


<html>

<head>
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<meta http-equiv="Content-Language" content="en-us">
<title>Home</title>
<style type="text/css">
<!--
span.label
{color:black;width:30;height:16;text-align:center;margin-top:0;background:#ffF;font:bold 13px Arial}
span.c1
{cursor:hand;color:black;width:30;height:16;text-align:center;margin-top:0;background:#ffF;font:bold 13px Arial}
span.c2
{cursor:hand;color:red;width:30;height:16;text-align:center;margin-top:0;background:#ffF;font:bold 13px Arial}
span.c3
{cursor:hand;color:#b0b0b0;width:30;height:16;text-align:center;margin-top:0;background:#ffF;font:bold 12px Arial}
-->
</style>

<meta name="Microsoft Border" content="b, default">
</head>
<body bgcolor="#636250"><html>

<BODY>

</html>
"MikeR" wrote:

> By "GO live" do you mean working on the page on the server?
> Have you opened a web, then a page?
> What do you see in HTML view?
> MikeR 1st
>
> John wrote:
> > EVERY TIME I GO live the body is not shown in the html pane and i cant work
> > on the page. WHY?
>

Re: body of html is hidding itself when I go to html pane by Ronx

Ronx
Sun Aug 28 09:31:13 CDT 2005

It looks as if the entire page is contained in the bottom shared
border.
Open the bottom border file in _borders/bottom.htm and check if the
content is there.
If you cannot see the _borders folder, then

The page has incorrect tags -

</head>
<body bgcolor="#636250"><html>

<BODY>

</html>

should be
</head>
<body bgcolor="#636250">

</BODY>

</html>

--
Ron Symonds
Microsoft MVP (FrontPage)
Reply only to group - emails will be deleted unread.

"John" <John@discussions.microsoft.com> wrote in message
news:F8C0D21A-3AE6-48DB-A17B-D87A0EBB3EBF@microsoft.com...
> By go live I mean working on the page from the server. And YES, I
> opened a
> web folder on the c drive then opened a page on the server. After
> that, there
> is nothing showing in the body tags on the html pane. I see the
> page in the
> normal pane but when I try to go to the html pane and do anything it
> makes
> the page blank. This is what I see in the html pane....,.
>
>
> <html>
>
> <head>
> <meta name="GENERATOR" content="Microsoft FrontPage 5.0">
> <meta name="ProgId" content="FrontPage.Editor.Document">
> <meta http-equiv="Content-Type" content="text/html;
> charset=windows-1252">
> <meta http-equiv="Content-Language" content="en-us">
> <title>Home</title>
> <style type="text/css">
> <!--
> span.label
> {color:black;width:30;height:16;text-align:center;margin-top:0;background:#ffF;font:bold
> 13px Arial}
> span.c1
> {cursor:hand;color:black;width:30;height:16;text-align:center;margin-top:0;background:#ffF;font:bold
> 13px Arial}
> span.c2
> {cursor:hand;color:red;width:30;height:16;text-align:center;margin-top:0;background:#ffF;font:bold
> 13px Arial}
> span.c3
> {cursor:hand;color:#b0b0b0;width:30;height:16;text-align:center;margin-top:0;background:#ffF;font:bold
> 12px Arial}
> -->
> </style>
>
> <meta name="Microsoft Border" content="b, default">
> </head>
> <body bgcolor="#636250"><html>
>
> <BODY>
>
> </html>
> "MikeR" wrote:
>
>> By "GO live" do you mean working on the page on the server?
>> Have you opened a web, then a page?
>> What do you see in HTML view?
>> MikeR 1st
>>
>> John wrote:
>> > EVERY TIME I GO live the body is not shown in the html pane and i
>> > cant work
>> > on the page. WHY?
>>