Iframe Or Something Similar

Iframe Or Something Similar
I’ve attached an image of what I want to be included in an iframe, but it’s not a whole page. I only want a certain part of an external web page to show up in the iframe.

The page the iframe will be included in is mainly written in php. And I have done this much:

<td colspan=”3″ align=”left”><iframe src =”http://finviz.com/futures.ashx” width=”100%” height=”500″>
<p>Your browser does not support iframes.</p>
</iframe> </td>

The issue is that it shows the whole page and I only want the area in the image that is highlighted in yellow to show up in the iframe. Thanks!

Leave a Reply

Your email address will not be published. Required fields are marked *