If my friend had more than one blog and want to show the other blog to another blog can use this iframe. Due to the usefulness of this iframe is to show another blog to our blog.
For that to this blog is not too heavy I would love iframe example by displaying a page from one of this blog as well.
The code that we use are:
<iframe> </ iframe>
Medium astribut frequently used are:
- ALIGN = "left / right"
- FRAMEBORDER = "borderline"
- WIDTH = "width"
- HEIGHT = "high"
- SCROLLING = "auto / yes / no"
- SRC = "url address to be in the show"
And the following code:
<iframe align = "left" frameborder = "1" src = "http://activekita.blogspot.com/2010/02/memasang-buku-tamu-dengan-menu-sliding.html" width = "585" height = "400" scrolling = "auto"> </ iframe>
Hopefully useful!