☆ I frames
»»»
Ok so a few people asked me how I make all of my pages appear in just 1 box
without opening a whole new page for it.
that is called I-Frames.
you have two types, div-frames or i-frames
div frames is refreshing the WHOLE page and i-frames is just about that box and not the whole page
you can easily hover it over your layout.
it's just a html code and it should work on all sites.
so do you wanna know how to create an I-frame website?
follow these steps:
1. open your index page and add this code on it
2. change the width and height to the size of your content box
so it will fit perfectly.
3. change the position of the div style, the numbers after top and left
just experiment with the numbers to get them on the right position on your layout.
If you make the numbers higher then it will go more to the center.
If you make the numbers smaller then it will come towards the sides.
(!!..) I put a div style code before the i-frame
because it helps to get the I-frame steady on it's place.
It will look the same on every Pc this way.
4. where you see blog.html you can change that to the page that you want to see when you open your site.
like when you visit Hush the first thing you see is my blog, and then when you click on a link you will see something different.
so change that to your wanted .html page.
5. give your I-frame a name, mine is just called IFRAME.
If you wanna use more I-frames on your site then you got to give them all a different name.
I use 3 I-frames on my site, my content box, calender box & sotm box.
just copy that code and paste them below each other.
and change all the settings individualy.
6. OK now you're done with setting up your I-frames.
now you just gotta connect all your links to your I-frame box
make all your link codes look like this..
If you got more questions about this,
then don't be afraid to ask me..