page can not be displayed?? correct email address

  • 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 sounds like when your "jobs.htm" page wants to navigate "home" it looks
for "index.htm" which is in the root folder, not the employment folder. Open
jobs.htm in code view and change <a href="index.htm"> to <a
href="../index.htm">.
 
Back
Top