FP: How to Add Subwebs and Create Links to Subwebs
ID: Q148414
|
The information in this article applies to:
-
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 INFORMATIONCreating a SubWeb
FrontPage 97 and FrontPage 1.1:
- Start FrontPage Explorer.
- On the File menu, point to New 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:
-
From 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.
Creating Links to Files within the Subwebs
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 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> represents the subweb you are linking to and
<filename> represents the page 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> represents the subweb you are linking to and
<filename> represents the page you are linking to.
- Click OK.
FrontPage 1.0:
- 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.
- 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.
Additional query words:
front page explorer front page vermeer technologies inc. pws sub Web
Keywords : kbusage kbdta
Version : windows:1.0,1.1,97
Platform : WINDOWS
Issue type : kbhowto
|