I am looking to embed a page's content on my website using an iframe, but I would like to exclude the header section of the page so that only the content below it is visible, without the navigation bar.
Code:
<div id="content">
<div style="height:800px;">
<iframe id="optomaFeed" src="http://www.optomausa.com/company/press-releases/" scrolling="auto"
frameborder="0" height="100%" width="100%"></iframe>
</div>
</div>
Are there any suggestions for achieving this? Thank you very much!