Article ID: 169097 - Last Review: November 13, 2003 - Revision: 2.0
FP: How to Create Invisible Frames in FrontPage
This article was previously published under Q169097
For a Microsoft FrontPage 2000 version of this article, see
196125
(http://support.microsoft.com/kb/196125/EN-US/
)
.
For a Microsoft FrontPage 98 version of this article, see
194152
(http://support.microsoft.com/kb/194152/EN-US/
)
.
The Microsoft FrontPage Frames Wizard does not provide a way to create
frames that are invisible or have no border. This article describes how to
create an invisible frame in FrontPage Editor.
FrontPage 97
To create an invisible frame, follow these steps:
Start FrontPage Editor.
On the File menu, click New.
In the Template Or Wizard list, click Frames Wizard, and then click
OK.
Click Next on each panel of the wizard, until the last panel. On
the last panel, click Finish.
In FrontPage Explorer, right-click the page you created in steps 1
through 4, and then click Open With.
In the Editor list, click FrontPage Editor, and then click OK.
On the View menu, click HTML.
In the HTML box, locate the <FrameSet> tag, and add the FrameBorder and
FrameSpacing attributes so that the tag looks something like this:
<FRAMESET ROWS="50%,50%" FRAMEBORDER="0" BORDER="0" FRAMESPACING="0"> On the File menu, click Save.
FrontPage 1.1
Open the Web page in a text editor, such as Notepad, and insert the
<FrameSet> tag. For example, insert this code:
<FRAMESET ROWS="50%,50%" FRAMEBORDER="0" BORDER="0" FRAMESPACING="0">
NOTE: If you reopen your Web page in FrontPage Editor, FrontPage deletes
the FrameBorder and FrameSpacing attributes.
FrontPage for the Power Macintosh
To create an invisible frame, follow these steps:
Start FrontPage Editor.
On the File menu, click New.
In the Template Or Wizard list, click Frames Wizard, and then click
OK.
Click Next on each panel of the wizard, until the last panel. On
the last panel, click Finish.
In FrontPage Explorer, hold down the CONTROL key and click the page you
created in steps 1 through 4.
Click Open With.
In the Editor list, click FrontPage Editor, and click OK.
On the View menu, click HTML.
In the HTML box, locate the <FrameSet> tag, and add the FrameBorder and
FrameSpacing attributes so that the tag looks something like this:
<FRAMESET ROWS="50%,50%" FRAMEBORDER="0" BORDER="0" FRAMESPACING="0"
Click OK.
On the File menu, click Save. APPLIES TO Microsoft FrontPage 97 Standard Edition Microsoft FrontPage 1.1 Standard Edition Microsoft FrontPage 1.0 for Macintosh Retired KB Content Disclaimer This article was written about products for which Microsoft no longer offers support. Therefore, this article is offered "as is" and will no longer be updated.
Provide feedback on this information
Did this information solve your problem?
Was this information relevant?
What can we do to improve this information?
To protect your privacy, do not include contact information in your feedback.
Thank you! Your feedback is used to help us improve our support content. For more assistance options, please visit the
Help and Support Home Page .