![]() | |||||||||
|
|
|
|
|
|
|
|
|
|
|
|
Inline Frames
Inline frames are more complicated than regular frames. They are easier for image layouts however, and are popular to use. This tutorial will hopefully help you understand iframes. There are two different ways to use inline frames. The first way is to just have an image and make an iframe next to it. The second way to use iframes is to make the frame part of the image. This is the more complicated way to do it. Usually it looks great when you do it this way. But in order to make your inline frames line up exactly on top of the image, you have to use div positioning. This tutorial attempts to teach you both ways. The first way is easy. All you really need is to choose the SIZE of your iframe. Just change where it says ### to whatever the WIDTH and LENGHT are.
Just add that code next to the image or below it and it will make an inline frame. Then you have to target it and make an .html file it links to just like in regular frames. (For example if name=content then you would target all your image map or other main page links like this a href="link.html" target="contet" get it?) Here's the more complicated way. First, you choose an image large enough to be the entire layout. You will proably create an image map or something for navigation etc etc. You add this code before you add the image codes. This is the positioning code for the main image. | |||||||||