i use iframe from a page
but i just need some area from that page not the entire page, lets say just 200 x 300 pixel from the middle of page
how i can do that or what code that i need to add???
this is basic iframe code
Quote:
<iframe src="http://www.otherssite.com/otherspage.html" scrolling="no" width="200" height="300"></iframe>
i mean i need a fixed width area from others page
what code that needed???
please share if you know
|