website help needed

Nandu

Disciple
Hi frnds
Recenlty i have prepared some webpages using the MIcrosoft Front Page. It consists of only 4 pages. It works fine in my system. but when i sent the folder containing webpages to other system only home page is opening ..rest of the pages which are linked to home are not opening. I know that it path error. But how can i directly modify in the Microsoft front page software options so that when i prepare web pages the path should be set local folder path instead of dirve path so that when run in other sytem the web pages might run properly

Note: Microsoft Office version is Microsoft Office 2003
 
u can modify the path with any simple editor like notepad.

open the file with notepad, search for the link and make them relative to ur homepage. For example, if the 2nd page is called "2ndpage.html", then the link shud be like

Code:
< a href = "2ndpage.html" >2nd Page< /a > {Without Spaces}

From next time onwards, save ur html page before you declare any links. This will make Frontpage do relative linking. Also, make sure you save all related pages in same folder.
 
Back
Top