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:
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 !!