To create a two-frame HTML frameset

  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.htm"> <Frame name="right" src="right.htm"> </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.

Step 2: Add a Navigation Frame