Page Heading, can't edit.

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

On every page (just 3) I have a page heading that does not show up in the Editor or Preview, I only know its there by seeing it on the web. I obviously put it there, it is a font that I was using at the time. I even tried replacing a page, thinking that a new page would not have it, but it does. The site is www.thelocalshow.us , and the heading I am talking about is "The Local Show" at the top of each page. It's been over 6 months since I've done anything in FP, and I just need to be able to edit this part of the page - am using FP 98. Thanks.

Casey
 
Hi Casey,

There is nothing unique about the page that would cause FP to not display it. Is it visible in HTML view?

--
Mike -- FrontPage MVP '97 - '02
http://www.websunlimited.com


Casey said:
On every page (just 3) I have a page heading that does not show up in the Editor or Preview, I only know its there by seeing it
on the web. I obviously put it there, it is a font that I was using at the time. I even tried replacing a page, thinking that a
new page would not have it, but it does. The site is www.thelocalshow.us , and the heading I am talking about is "The Local Show"
at the top of each page. It's been over 6 months since I've done anything in FP, and I just need to be able to edit this part of
the page - am using FP 98. Thanks.
 
Either backspace out the test in edit mode or switch to html view and remove the
following:

<p align="center"><big><font face="Bermuda Solid" color="#0000FF"><big><big><big><big>The
Local Show</big></big></big></big></font></big></p>


--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed..................
...............................with a computer

Casey said:
On every page (just 3) I have a page heading that does not show up in the Editor or
Preview, I only know its there by seeing it on the web. I obviously put it there, it is a
font that I was using at the time. I even tried replacing a page, thinking that a new
page would not have it, but it does. The site is www.thelocalshow.us , and the heading
I am talking about is "The Local Show" at the top of each page. It's been over 6 months
since I've done anything in FP, and I just need to be able to edit this part of the page -
am using FP 98. Thanks.
 
It's in the top shared border page
http://www.thelocalshow.us/_borders/top.htm
To see your shared border page use
Tools Web/Site Settings Advanced - show hidden folders
Then look in the _border folder for top.htm

PS
You have a shared border applied to that page also

In Html/code view
Change
<meta name="Microsoft Border" content="tl, default">
to
<meta name="Microsoft Border" content="none">

--




| Either backspace out the test in edit mode or switch to html view and remove the
| following:
|
| <p align="center"><big><font face="Bermuda Solid" color="#0000FF"><big><big><big><big>The
| Local Show</big></big></big></big></font></big></p>
|
|
| --
| Steve Easton
| Microsoft MVP FrontPage
| 95isalive
| This site is best viewed..................
| ..............................with a computer
|
| | > On every page (just 3) I have a page heading that does not show up in the Editor or
| Preview, I only know its there by seeing it on the web. I obviously put it there, it is a
| font that I was using at the time. I even tried replacing a page, thinking that a new
| page would not have it, but it does. The site is www.thelocalshow.us , and the heading
| I am talking about is "The Local Show" at the top of each page. It's been over 6 months
| since I've done anything in FP, and I just need to be able to edit this part of the page -
| am using FP 98. Thanks.
| >
| > Casey
|
|
 
Back
Top