body of html is hidding itself when I go to html pane

J

John

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

MikeR

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
 
J

John

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>
 
R

Ronx

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>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top