-
Step 1
Make sure your web page host allows you to use frames. Determine how you want the frames to look (vertical or horizontal, how many and what will go into each frame).
-
Step 2
Open a web editing program, such as Notepad or EditPad. Create a new webpage with the opening tags.
-
Step 3
After the tag, type the following:
-
Step 4
Enter the type of frames for your site. For horizontal frames (frames that go left to right), type the following after frameset: rows="25%,75%">. This tag, which also closes the beginning frameset tag, indicates two rows which take up 25% and 75% of the page, respectively.
-
Step 5
Enter the following for vertical frames (frames that go up and down): col="25%,75%">. This tag indicates two columns, the first of which takes up 25% of the page and the second 75%.
-
Step 6
Insert the page that will be in the first frame by typing the following: . Change the page name as needed.
-
Step 7
Add the second page: .
-
Step 8
Close the frameset tag by typing: . Insert the closing tags in the page and save it.
-
Step 9
Open your browser and view the new page.










