Show the specific portion of a website in iframe tag

by MANIMUTHUPANDI 2014-02-18 14:45:34

Show the specific portion of a website in iframe tag


Sometimes you wounder how to show the specific portion of a website in your blog or website.
Now I have a solution for this problem.
Provide the width and height attributes to the iframe , then apply style with margin properties.
Here I have an example .
I have used Quotespick.com site for iframe source.
Quotespick.com site has a large page with sliding images.
Now I am showing only the sliding images from quotespick.com .


Here is my code to show the specific portion of Quotespick.com in iframe


<br /> <iframe src="http://quotespick.com/author/abraham-lincoln.php" width="950" height="803" frameborder="no" scrolling="no" style="margin-top:-190px;">

Result of the above code to show the specific portion of a website







Tagged in:

1045
like
0
dislike
0
mail
flag

You must LOGIN to add comments