page can not be displayed???

  • Thread starter Thread starter David
  • Start date Start date
D

David

Hi,
I have a prblem and I appriciate your help.
I put one of my web site pages in a separate folder instead of root
directory(Exp..www\employment\jobs.htm).
I am able to get to this page from any page, but I can not go back to any
other page from this page. I get a "this page can not be displayed message",
and in my address bar I am stock in the employment folder. Can any one
help??? I am not a programer nor am I a web designer and I am using
Frontpage 2003.

Thanks
 
See my response to your original post

--




| Hi,
| I have a prblem and I appriciate your help.
| I put one of my web site pages in a separate folder instead of root
| directory(Exp..www\employment\jobs.htm).
| I am able to get to this page from any page, but I can not go back to any
| other page from this page. I get a "this page can not be displayed message",
| and in my address bar I am stock in the employment folder. Can any one
| help??? I am not a programer nor am I a web designer and I am using
| Frontpage 2003.
|
| Thanks
|
|
 
PS
My response is in the programming newsgroup

--




| See my response to your original post
|
| --
|
| _____________________________________________
| SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
| "Warning - Using the F1 Key will not break anything!" (-;
| To find the best Newsgroup for FrontPage support see:
| http://www.net-sites.com/sitebuilder/newsgroups.asp
| _____________________________________________
|
|
|| Hi,
|| I have a prblem and I appriciate your help.
|| I put one of my web site pages in a separate folder instead of root
|| directory(Exp..www\employment\jobs.htm).
|| I am able to get to this page from any page, but I can not go back to any
|| other page from this page. I get a "this page can not be displayed message",
|| and in my address bar I am stock in the employment folder. Can any one
|| help??? I am not a programer nor am I a web designer and I am using
|| Frontpage 2003.
||
|| Thanks
||
||
|
|
 
It would appear your jobs.htm page is trying to go to "index.htm" to get to
the home page, but the "index.htm" file is in the root folder, not the
employment folder. In code view find <a href="index.htm"> and change it to
<a href="../index.htm">. HTH
 

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

Back
Top