Frontpage navigational structure

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

Guest

My Home page (Index) seems to be corrupt. I can open my web and other pages,
but as soon as I click the Index on any view the whole program closes down.

How can I replace a Home page on my Navigational structure without losing
everything under it?
 
Create a new page and save it
- open it in html / code view
Right click your home page in Folder List to Open with - Notepad
Copy all the content to the new page html file (in code/html view)
Delete All content in the home page in notepad except
<html>
<head>
<title>Your Title Here</title>
</head>
<body>
</body>
</html>
Save the file

That will give you a clean empty home page to start rebuilding selectively from the content in the other new "probably corrupt"
html page you created

--




| My Home page (Index) seems to be corrupt. I can open my web and other pages,
| but as soon as I click the Index on any view the whole program closes down.
|
| How can I replace a Home page on my Navigational structure without losing
| everything under it?
|
|
 
Thanks Stefan, this information will be useful in the future. At the
present, however, I cannot open the homepage in any view. As it so happens I
have a duplicate Index that I was using to experiment with code. But how do
I use this to replace the old one in the navigational structure? If you
delete the corrupt one, the whole structure goes with it.

Cheril
 
Same process except paste the code from the good one to the bad one

--




| Thanks Stefan, this information will be useful in the future. At the
| present, however, I cannot open the homepage in any view. As it so happens I
| have a duplicate Index that I was using to experiment with code. But how do
| I use this to replace the old one in the navigational structure? If you
| delete the corrupt one, the whole structure goes with it.
|
| Cheril
|
| "Stefan B Rusynko" wrote:
|
| > Create a new page and save it
| > - open it in html / code view
| > Right click your home page in Folder List to Open with - Notepad
| > Copy all the content to the new page html file (in code/html view)
| > Delete All content in the home page in notepad except
| > <html>
| > <head>
| > <title>Your Title Here</title>
| > </head>
| > <body>
| > </body>
| > </html>
| > Save the file
| >
| > That will give you a clean empty home page to start rebuilding selectively from the content in the other new "probably corrupt"
| > html page you created
| >
| > --
| >
| > _____________________________________________
| > 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
| > _____________________________________________
| >
| >
| > | My Home page (Index) seems to be corrupt. I can open my web and other pages,
| > | but as soon as I click the Index on any view the whole program closes down.
| > |
| > | How can I replace a Home page on my Navigational structure without losing
| > | everything under it?
| > |
| > |
| >
| >
| >
 

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