Making Frames
1 Bar Frames
To start it all off, your going to have to make two pages. A page for the left frame and a page for the right frame. Its best to make the left frame link to the right frame. So in other words when you make the page for your left frames make sure their target is the right frames.
To do this view the source of the page. Hit search-find on page- type target on the line. Now search. This will bring you to each target on the page. The target may say: _parent ,_blank,_new,contents,or_self. Change it from that of those to "right". This changes the target to the right frames, because the right frames name is right. Do you see on the code in orange.
In order to make frames your going to need access to an html editor, such as Note Pad. Once you enter Note Pad, paste this code:
<META content="MSHTML 5.50.4611.1300" name=GENERATOR></HEAD><FRAMESET cols=200,*><FRAME name=left src="http://Left_Frame_URL_Of_Your_Choise" yesResize target="right"><FRAME name=right src="http://Right_Frame_URL_Of_Your_Choise"></FRAMESET></HTML>
Now take notice at the part of the html code in red, change it to the URL that you want the left frame to be. Make sure not to edit any other part of the html.
Next take notice at the part of the html code in yellow, change it to URL that you want the right frame to be. Make sure not to edit any other part of the html.
Save the code in a folder you can recall it in. Then save it again as an htm*html document. Make sure you save it as an htm or html document. Not a txt document.
Now view the htm*html file. It will show you the two pages you made to start off with, but in frames.
When you like what you see, just import the file. It wont be listed as a page but as a file.
2 Bar Frames
In order to make a two bar, three frame, page, you will need the URL of the file of frames you imported. Example:
http://www.jamesdbzarchives.homestead.com/files/frames.htm
That URL will be your bottom frames. Now once again your going to have to make another page as your top page.
Now copy this html code and paste it in Note Pad.
<frameset rows="108,*"> <frame name="top" scrolling="no" noresize target="bottom" src="http://Top_Frame_URL_Of_Your_Choise"> <frame name="bottom" src="http://Should_Be_The_Same_As_1_Bar_Frames" target="_self"> <noframes> <body>
Now take notice at the part of the html code in orange, change it to the URL that you want the top URL to be. make sure not to edit any other part of the html.
Now take notice at the part of the html code in green, this URL should be the same as the frames you imported before.
Save the code in a folder you can recall it in. Then save it again as an htm*html document. Make sure you save it as an htm or html document. Not a txt document.
Now view the htm*html file. It will have the top frame as the page you made as the top and the two bottom frames will be the frames you imported before.
When you like what you see, just import the file. It wont be listed as a page but as a file. Now heres the part where some people get confused. If you want to link it make sure to remember you imported it, so it will be listed as a file and not a page.
|