Pages Not Linked to Home Page

K

KathyL

My home page shows up in the navigation buttons, but when you click on it,
the error message HTTP 404 - File not found displays. Initially my home page
was named index.htm. When Starband told me they would
only accept default.htm as the home page, I renamed my home page to
default.htm. In FrontPage, all of the page hyperlinks point to default.htm.
In navigation view, all pages are under default.htm. Is there another place I
need to change the home page name from index.htm to default.htm?
 
D

Dan L

All of your pages except 'Sold Horses' link to home using index.htm instead
of default.htm. Manually change this link on all of your pages.
 
K

KathyL

I apologize for asking this, but I cannot figure it out. How do I manually
change the link? In FrontPage Hyperlink view, all the pages point to
default.htm.

Thanks,
 
D

Dan L

If that's what you're seeing on your desktop, then publish that to the
server. As I mentioned, the pages on the server (other than 'Sold Horses')
all point to index.htm as the link to the home page.

Find this on each page in code view:

<p>

<a href="../index.htm"><img src="../_derived/home_cmp_bluecalm000_vbtn.gif"
width="141" height="36" border="0" alt="Home"></a><br><a
href="training.htm"><img src="_derived/training.htm_cmp_bluecalm000_vbtn.gif"
width="141" height="36" border="0" alt="Training"></a><br><a
href="lessons.htm"><img src="_derived/lessons.htm_cmp_bluecalm000_vbtn.gif"
width="141" height="36" border="0" alt="Lessons"></a><br><a
href="consultation.htm"><img
src="_derived/consultation.htm_cmp_bluecalm000_vbtn.gif" width="141"
height="36" border="0" alt="Consultation"></a><br><a href="alumni.htm"><img
src="_derived/alumni.htm_cmp_bluecalm000_vbtn.gif" width="141" height="36"
border="0" alt="Alumni"></a><br><a href="for_sale.htm"><img
src="_derived/for_sale.htm_cmp_bluecalm000_vbtn.gif" width="141" height="36"
border="0" alt="For Sale"></a><br><a href="sold_horses.htm"><img
src="_derived/sold_horses.htm_cmp_bluecalm000_vbtn.gif" width="141"
height="36" border="0" alt="Sold Horses"></a><br><img
src="_derived/contact_us.htm_cmp_bluecalm000_vbtn_p.gif" width="141"
height="36" border="0" alt="Contact Us"></p>

and change to this (you can copy and paste this code):

<p>

<a href="../default.htm"><img
src="../_derived/home_cmp_bluecalm000_vbtn.gif" width="141" height="36"
border="0" alt="Home"></a><br><a href="training.htm"><img
src="_derived/training.htm_cmp_bluecalm000_vbtn.gif" width="141" height="36"
border="0" alt="Training"></a><br><a href="lessons.htm"><img
src="_derived/lessons.htm_cmp_bluecalm000_vbtn.gif" width="141" height="36"
border="0" alt="Lessons"></a><br><a href="consultation.htm"><img
src="_derived/consultation.htm_cmp_bluecalm000_vbtn.gif" width="141"
height="36" border="0" alt="Consultation"></a><br><a href="alumni.htm"><img
src="_derived/alumni.htm_cmp_bluecalm000_vbtn.gif" width="141" height="36"
border="0" alt="Alumni"></a><br><a href="for_sale.htm"><img
src="_derived/for_sale.htm_cmp_bluecalm000_vbtn.gif" width="141" height="36"
border="0" alt="For Sale"></a><br><a href="sold_horses.htm"><img
src="_derived/sold_horses.htm_cmp_bluecalm000_vbtn.gif" width="141"
height="36" border="0" alt="Sold Horses"></a><br><img
src="_derived/contact_us.htm_cmp_bluecalm000_vbtn_p.gif" width="141"
height="36" border="0" alt="Contact Us"></p>
 
K

KathyL

I republished what I have on my desktop (which works on the desktop) to the
server and it has the same problem. On the Website in Source Code view, I
pasted the section below from 'Sold Horses' to another page and saved it, but
it reverts back to index.htm. How do I change the link for each page in
FrontPage so I can republish it?

Thanks very much
 

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

Top