Click to return to the HTML Help home page    
Web Workshop  |  DHTML, HTML & CSS  |  HTML Help

To Create a Two-Frame HTML Frameset


Microsoft Corporation

Updated June 10, 1999

  1. On the File menu, click New, and then click HTML File.
  2. Enter a title for this file, which is the file that controls your frameset.
  3. Within the <BODY> start and end tags, type:

    <Frameset cols="40%,*"> <Frame name="left" src="left.asp"> <Frame name="right" src="right.asp"> </Frameset>

  4. Delete the <BODY> start and end tags from the file. Your frameset will not work if the file that controls the frameset uses them.
  5. Save the file as frames.htm.
Process step Add a navigation frame
   


Back to topBack to top

Did you find this material useful? Gripes? Compliments? Suggestions for other articles? Write us!

© 1999 Microsoft Corporation. All rights reserved. Terms of use.