Stay Signed In
Do you want to access your site more quickly on this computer? Check this box, and your username and password will be remembered for two weeks. Click logout to turn this off.

Stay Safe
Do not check this box if you are using a public computer. You don't want anyone seeing your personal info or messing with your site.
Ok, I got it

Blog >> Tutorials >>Using an Iframe

USING AN IFRAME

We want to learn how to use an iframe.

1. First copy and paste the code below to an HTML Box on your site.


2. The only parts you should edit are :

1-URL GOES HERE : This is the first page your iframe will show. for example the iframe that im using on the homepage shows my blog as the first page.
2- Then you should the width and height of your iframe to your desired one. you can also change the scrolling to yes if you want a scroll bar.
3- Now you should change the NAME GOES HERE to something (its so important) .. for example i choose GRANPY as the name (name="GRANPY"). Now if I want to open a new page in my iframe I should use the code below: <a href="URL OF NEW PAGE HERE" target="GRANPY"></a> as you see I've used the name of my iframe as my target.
so you should use the code below to link through your iframes


That's it !!