For this frame example, you need to make up 4 pages:
The Master Instruction Page, Page 1, Page 2, Page 3, and Page 4
When published, the whole thing will look like this:

Here is the code for the Master Instruction Page. Cut and paste it EXACTLY onto a blank page:

<head>

<title>Your Page Title</title>

</head>

<frameset framespacing="0" border="0" rows="64,*,64" frameborder="0">

<frame name="top" scrolling="no" noresize target="main" src="page1.html">

<frameset cols="150,*">

<frame name="contents" target="main" src="page2.html">

<frame name="main" src="page3.html" target="_self" scrolling="auto">

</frameset>

<frame name="bottom" scrolling="no" noresize target="main" src="page4.html">

<noframes>

<body>

<p>This page uses frames, but your browser doesn't support them.</p>

</body>

</noframes>

</frameset>

</html>

You can name this page whatever you want.  It will not be seen, but is the page that links all the other pages together.  PUT NOTHING ON IT OTHER THAN WHAT IS WRITTEN ABOVE. It is also the address you would type in to view all your  pages put together.  Make up 4 other pages and call them "page1.html" "page2.html"  "page3.html" and "page4.html".  They will appear in the places shown above when finished. Put your regular page content on them.  UPLOAD ALL 5 PAGES TO YOUR SERVER.

Note: All pages target to Page 3.  Check out my targeting tutorial if you want to change this!

GETTING STARTED

Check here first.  Everything about how to get started on your first webpage!

GRAPHICS

TUTORIALS

FRAMES

TABLES AND MENUS

FONTS AND HEADLINES

CGI AND PERL

CARTOON DOLLS

MUSIC

OTHER NEAT STUFF

© 1998-2004 by Alexandra Thelin