The information in this article applies to:
- Microsoft FrontPage 98 for Windows
- Microsoft FrontPage 97 for Windows with Bonus Pack
- Microsoft FrontPage for Windows, versions 1.0, 1.1
SUMMARY
This article describes how to add subWebs to a Web and how to create links
to files within those subWebs.
MORE INFORMATION
To create a SubWeb
FrontPage 98:
In FrontPage Explorer, point to New on the File menu, and then click FrontPage
Web. In the New FrontPage Web dialog box, click One Page Web. In "Choose a title
for your FrontPage Web" box type a name for your subWeb. Click OK.
FrontPage 97 and 1.1:
In FrontPage Explorer, point to New on the File menu, and then click FrontPage
Web. In the create Wizards Or Template dialog box, click Normal Web, and then
click OK. In the New FrontPage Web dialog box, type the host location of the
web. For example, type "localhost" or "c:\webs" (without the quotation marks).
By entering a name in the "Name of Destination FrontPage Web" box, you are
creating a subWeb with that name. Click OK.
FrontPage 1.0:
Using Windows File Manager or Windows Explorer, create a folder in the
c:\Content folder. For example, if you created a Web called Main, you should
have a folder called C:\Content\Main. If you then add a folder in Main, called
SubWeb, you will have a folder called C:\Content\Main\SubWeb. After you create
this folder, move or copy your files to this folder.
To create links to files within the SubWebs
FrontPage 98:
- In FrontPage Explorer, select the page on which you want to
create a link.
- On the Edit menu, click Open.
- With the page open in the FrontPage Editor, position the insertion
point where you want to create your link.
- Type "Hyperlink" (without the quotation marks).
- Select the text you typed in step 4.
- On the Insert menu, click Hyperlink.
- In the Create Hyperlink dialog box, in the URL box, type the following:
../<subweb name>/<filename>
where <subweb name> is the subweb you are linking to and
<filename> is the page that you are linking to.
- Click OK.
FrontPage 97:
- In FrontPage Explorer, select the page on which you want to
create a link.
- On the Edit menu, click Open.
- With the page open in the FrontPage Editor, position the insertion
point where you want to create your link.
- Type "Hyperlink" (without the quotation marks).
- Select the text you typed in step 4.
- On the Insert menu, click Hyperlink.
- Click the Current FrontPage Web tab.
- In the Page box, type the following:
../<subweb name>/<filename>
where <subweb name> is the subweb you are linking to and
<filename> is the page that you are linking to.
- Click OK.
FrontPage 1.1:
- In FrontPage Explorer, select the page on which you want to
create a link.
- On the Edit menu, click Open.
- With the page open in FrontPage Editor, position the insertion
point where you want to create your link.
- Type "Hyperlink" (without the quotation marks).
- Select the text that you typed in step 4.
- On the Edit menu, click Link.
- Click the Current Web tab.
- In the Page box, type the following:
../<subweb name>/<filename>
where <subweb name> is the subweb you are linking to and <filename> is
the page that you are linking to.
- Click OK.
FrontPage 1.0:
- In the FrontPage Explorer, select the page on which you want to
create a link.
- On the Edit menu, click Open.
- With the page open in the FrontPage Editor, position the insertion
point where you want to create your link.
- On the Insert menu, click Bot.
- In the Select A Bot list, click HTML Markup, and then click OK.
- In the "HTML Markup To Insert" box, type the HTML markup that specifies
your link. For example, type the following:
<A HREF=/SubWeb/filename.htm>hypertext</A>
- Click OK.
- Save and close the page.
|