OutFront Forums
     Home    Register     Search      Help      Login    

Follow Us
On Facebook
On Twitter
RSS
Via Email

Recent Posts
Todays Posts
Most Active posts
Posts since last visit
My Recent Posts
Mark posts read

Sponsors
Shopping Cart Software
Ecommerce software integrated into Frontpage, Dreamweaver and Golive templates. No monthly fees and available in ASP and PHP versions.
Website Templates
We also have a wide selection of Dreamweaver, Expression Web and Frontpage templates as well as webmaster tools and CSS layouts.
Frontpage website templates
Creative Website Templates for FrontPage, Dreamweaver, Flash, SwishMax

 

Frontpage: Heading will no longer show?

 
View related threads: (in this forum | in all forums)

Logged in as: Guest
Users viewing this topic: none
Printable Version 

All Forums >> Web Development >> Microsoft FrontPage Help >> Frontpage: Heading will no longer show?
Page: [1]
 
jmsst44

 

Posts: 13
Joined: 1/20/2009
From: Beaver, PA
Status: offline

 
Frontpage: Heading will no longer show? - 1/20/2009 13:32:16   
This webpage used to work until my client "did something" but doesnt know what. What could they have done that cause every page heading to disapear? There are about 15 pages and the headings from all of them disappeared with one action.
coreybryant

 

Posts: 2625
Joined: 3/17/2002
From: Castle Rock CO USA
Status: offline

 
RE: Frontpage: Heading will no longer show? - 1/20/2009 13:40:29   
Are they relying on a FrontPage WebBot Component known as a FrontPage Page Include? If so, did they change the included page? The source code would have something like
<!--webbot bot="Include" U-Include="included_page.html" TAG="BODY" -->

Or are they using shared borders? In the <head>, it would have something like
<meta name="Microsoft Border" content="tlb, default">

If it was / is the shared border, did they remove the border from the page(s)? The FPSE could be corrupt as well.

So many other choices as well. A link or code might help us be more specific.

_____________________________

Corey R. Bryant
My Merchant Account Blog | Expression Web Blog

(in reply to jmsst44)
jmsst44

 

Posts: 13
Joined: 1/20/2009
From: Beaver, PA
Status: offline

 
RE: Frontpage: Heading will no longer show? - 1/20/2009 13:53:56   
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<meta http-equiv="Content-Language" content="en-us">
<title>Hopewell Township, Beaver Co. PA</title>
<meta name="GENERATOR" content="Microsoft FrontPage 6.0">
<meta name="ProgId" content="FrontPage.Editor.Document">

<meta name="Microsoft Theme" content="none, default">
<meta name="Microsoft Border" content="none, default">
</head>

(in reply to coreybryant)
jmsst44

 

Posts: 13
Joined: 1/20/2009
From: Beaver, PA
Status: offline

 
RE: Frontpage: Heading will no longer show? - 1/20/2009 14:03:19   
I just got this website turned over to me this morning so I have to work from what is there. However, from your post it seems that they are using shared borders. I pasted the code above. If you dont mind looking at I would greatly appreciate it! Thanks!

(in reply to coreybryant)
coreybryant

 

Posts: 2625
Joined: 3/17/2002
From: Castle Rock CO USA
Status: offline

 
RE: Frontpage: Heading will no longer show? - 1/20/2009 14:19:09   
If you are using shared borders, FPSE can be vital in maintaining them.

If the user was using shared borders, there should be a folder named _borders. In here is probably the top.htm - if this is the information that is missing, the shared borders should be applied via FrontPage and re-published.

_____________________________

Corey R. Bryant
My Merchant Account Blog | Expression Web Blog

(in reply to jmsst44)
jmsst44

 

Posts: 13
Joined: 1/20/2009
From: Beaver, PA
Status: offline

 
RE: Frontpage: Heading will no longer show? - 1/20/2009 14:41:41   
The _borders folder is still there now we are trying to view what is in it. Thank you for all of your help! I hope this works!

(in reply to coreybryant)
jmsst44

 

Posts: 13
Joined: 1/20/2009
From: Beaver, PA
Status: offline

 
RE: Frontpage: Heading will no longer show? - 1/20/2009 14:53:14   
Okay I went into this folder and it has the top, bottom and left. But the "top" is empty, I am not sure why it is empty. Maybe they deleted its contents.

(in reply to coreybryant)
coreybryant

 

Posts: 2625
Joined: 3/17/2002
From: Castle Rock CO USA
Status: offline

 
RE: Frontpage: Heading will no longer show? - 1/20/2009 15:17:40   
Well the code you gave:
<meta name="Microsoft Border" content="none, default">

shows that no borders were applied / have been applied to that page.

It would help to know more - i.e. what they were doing

_____________________________

Corey R. Bryant
My Merchant Account Blog | Expression Web Blog

(in reply to jmsst44)
jmsst44

 

Posts: 13
Joined: 1/20/2009
From: Beaver, PA
Status: offline

 
RE: Frontpage: Heading will no longer show? - 1/20/2009 16:52:33   
Thats part of the problem. I have no idea what their webmaster was doing. He controls the webpage but he outsources to us when he gets stuck or lost. We have found that an older version of the site has a folder that the newer version does not have. WHen we tried to insert that folder into the new one, it didnt work. So now we might have to create the borders from scratch.

(in reply to coreybryant)
coreybryant

 

Posts: 2625
Joined: 3/17/2002
From: Castle Rock CO USA
Status: offline

 
RE: Frontpage: Heading will no longer show? - 1/20/2009 17:13:09   
It is quite possible. (Older versions of) FrontPage would leave code in even though it did not mean anything.

It would help to know also if the header was just an image, had text, or a combination thereof.

Maybe he has a backup copy of the website somewhere? That could be useful. It sounds though it would be better to look into something better, like server side includes, etc. Depending on how large the site is - it might even be quicker.

If the code is somewhat the same - you could make a backup copy and then consider doing a Find - Replace in the HTML source code, adding what was deleted

_____________________________

Corey R. Bryant
My Merchant Account Blog | Expression Web Blog

(in reply to jmsst44)
treetopsranch

 

Posts: 1539
From: Cottage Grove, OR, USA
Status: offline

 
RE: Frontpage: Heading will no longer show? - 1/20/2009 18:32:31   
You know JMSST44 it is extremely difficult to diagnose a problem like yours with out a link to the site. Corey is a FrontPage expert but you haven't given him a link to your page so he is doing his best.

_____________________________

Don from TreeTops Ranch, Oregon

"I've got a taste for quality and luxury"


(in reply to coreybryant)
coreybryant

 

Posts: 2625
Joined: 3/17/2002
From: Castle Rock CO USA
Status: offline

 
RE: Frontpage: Heading will no longer show? - 1/21/2009 17:23:10   
Thanks Don! I guess I am a glutton for punishment - I have to come back and post another possible solution that I thought of....

By any chance - did the client move the website to a new server? If so, is it *NIX? And is the new web server *NIX (and the heading was / is an image), did you check to see if the images that are being called matches what is in the HTML code? I mean - on *NIX, file names are case sensitive, so if the image is named headerimage.GIF, the code would need to be
<img src="images/headerimage.GIF" alt="Header Image">

If the code is:
<img src="images/headerimage.gif" alt="Header Image">

the file will not be found on the *NIX server since it is case sensitive. You will probably want to change the code - changing the file extension manually could cause some issues with the file.

On a Windows server, the file names are not case sensitive - so this sometimes will happen the user changes from one hosting provider to another.

_____________________________

Corey R. Bryant
My Merchant Account Blog | Expression Web Blog

(in reply to treetopsranch)
jmsst44

 

Posts: 13
Joined: 1/20/2009
From: Beaver, PA
Status: offline

 
RE: Frontpage: Heading will no longer show? - 1/23/2009 16:15:59   

quote:

ORIGINAL: treetopsranch

You know JMSST44 it is extremely difficult to diagnose a problem like yours with out a link to the site. Corey is a FrontPage expert but you haven't given him a link to your page so he is doing his best.



Im sorry but did I say something to deserve this kind of attitude? I thought this was a place where I could get help from other people. Maybe I should just go find a forum with more professionals rather than people that get offended when you dont have alot to work with! Thanks anyways, I guess.

(in reply to treetopsranch)
jmsst44

 

Posts: 13
Joined: 1/20/2009
From: Beaver, PA
Status: offline

 
RE: Frontpage: Heading will no longer show? - 1/23/2009 16:19:18   

quote:

ORIGINAL: coreybryant

Thanks Don! I guess I am a glutton for punishment

TO treetopsranch and coreybryant;

If you believe that I am trying to punish you in some way I am sorry! I just came here hoping to get some help and instead I get treated rudely. I ask that neither of you try to help me again. I prefer to work with professionals. THank you!

(in reply to coreybryant)
coreybryant

 

Posts: 2625
Joined: 3/17/2002
From: Castle Rock CO USA
Status: offline

 
RE: Frontpage: Heading will no longer show? - 1/23/2009 16:43:33   
I understand that you might not know what the client did, but the more information that is provided the better.

There are some MS newsgroups as well - but usually they won't even attempt to guess until some source code / URL is seen. The webmaster of the website needs to reconsider his capabilities if he is coming to you for help when he gets stuck or lost. He / She seems that he / she took on a bit too much work - no harm in admitting that.

_____________________________

Corey R. Bryant
My Merchant Account Blog | Expression Web Blog

(in reply to jmsst44)
TexasWebDevelopers

 

Posts: 722
Joined: 2/22/2002
From: Dallas, TX
Status: offline

 
RE: Frontpage: Heading will no longer show? - 1/23/2009 17:01:10   
quote:

I just came here hoping to get some help and instead I get treated rudely. I ask that neither of you try to help me again. I prefer to work with professionals. THank you!

Number 1--no one has treated you rudely!
Number 2--your are getting help for free! The professionals on this board volunteer their time - we would be happy to help you for our rate of $165.00 per hour with a 10 hour retainer. Feel free to call anytime...
Number 3--This is not a difficult problem--if you are the go-to person for this other webmaster I have to ask "what in the heck are you even doing in this business!".
NOW, feel free to add me to your childish "ban" list for, indeed, I have treated you as rudely as you have treated Corey and Don.

_____________________________

:)

Follow us on TWITTER

(in reply to coreybryant)
coreybryant

 

Posts: 2625
Joined: 3/17/2002
From: Castle Rock CO USA
Status: offline

 
RE: Frontpage: Heading will no longer show? - 1/24/2009 11:51:50   
Plus, all Don was trying to do probably is help me out. Most on here know that I have some severe cognitive functions and sometimes get easily confused. I have good days and I have bad days. I was afraid that when I was trying to help you - it was one of the bad days and I missed something important.

_____________________________

Corey R. Bryant
My Merchant Account Blog | Expression Web Blog

(in reply to TexasWebDevelopers)
caz

 

Posts: 3742
Joined: 10/10/2001
From: Somewhere south of Chester, UK
Status: offline

 
RE: Frontpage: Heading will no longer show? - 1/24/2009 16:43:54   
Don't sweat it Corey, I am guessing that the site is http://www.hopewelltwp.com/ and you can see that the header is missing and in the source the vital missing component is
<!--mstheme--><link rel="stylesheet" type="text/css" href="_themes/hopewell-township-theme/hope1111.css"><meta name="Microsoft Theme" content="hopewell-township-theme 1111, default">
<meta name="Microsoft Border" content="tlb, default">


But having a look for the site on the Internet Archive, well the header is there :)

I came in late to this thread I know, but I don't like disrespect being shown to members who tried to help without the full information being given.

_____________________________

I remember when it took less than 4hrs to fly across the Atlantic.

(in reply to coreybryant)
coreybryant

 

Posts: 2625
Joined: 3/17/2002
From: Castle Rock CO USA
Status: offline

 
RE: Frontpage: Heading will no longer show? - 1/24/2009 17:03:03   
If that is the website, the image might be index.htm_cmp_hopewell-township-theme110_bnr.gif. So if the webmaster was relying on shared borders, http://www.hopewelltwp.com/_borders/top.htm might have been changed - the index.htm_cmp_hopewell-township-theme110_bnr.gif was deleted from the shared content.

However, the image did not come up when I entered the path, so the image might have been deleted as well.

_____________________________

Corey R. Bryant
My Merchant Account Blog | Expression Web Blog

(in reply to caz)
ladylondon

 

Posts: 1
Joined: 4/2/2009
Status: offline

 
RE: Frontpage: Heading will no longer show? - 4/2/2009 15:13:38   
I just created a login so I could thank you for this info! I personally "messed up" all of our pages, but didn't know what I had done. I was able to pull top.htm from backup and put it back into the _borders folder and that fixed my problem.

Just wanted to say Thanks!

quote:

ORIGINAL: coreybryant

If you are using shared borders, FPSE can be vital in maintaining them.

If the user was using shared borders, there should be a folder named _borders. In here is probably the top.htm - if this is the information that is missing, the shared borders should be applied via FrontPage and re-published.

(in reply to coreybryant)
Page:   [1]

All Forums >> Web Development >> Microsoft FrontPage Help >> Frontpage: Heading will no longer show?
Page: [1]
Jump to: 1





New Messages No New Messages
Hot Topic w/ New Messages Hot Topic w/o New Messages
Locked w/ New Messages Locked w/o New Messages
 Post New Thread
 Reply to Message
 Post New Poll
 Submit Vote
 Delete My Own Post
 Delete My Own Thread
 Rate Posts