Coding a layout
(Iframes)
Step 1. Make a layout!! I made a plain layout just for this tutorial.

(its downsized)
Ignore the Left,Middle,and Right words for now.
Step 2. You need to get your basic frames code and a new page to work with call
it home.htm or something related.
<IFRAME name="Frame name" src="URLofframes"
width=200 height=200 marginwidth=0 marginheight=0 frameborder=0
scrolling=auto></IFRAME>
The items in bold we will be changing later.
For this layout we have above we will be using that code 3 times because we have
3 frames.
Step 3. You need to get the exact heights and widths of each frame. You can do
this in paintshop pro using the crop/selection tool.
![]()
115 is your width and 332 is your height. You find out the height for each frame.
Step 4. Then from the frame code given above you fill in the
numbers for the width and height.
width=115 height=332
Step 5. Now you need to fill in the rest of the code.
This is what you have left to fill: name="Frame name" src="URLofframes"
The frame name needs to be a unique different name for each frame.
URL of frames is the url of the page your going to use. It would be the pages
with your content.