you wont be able to display only a portion of another page in a page on your site without some considerable hand coding.
If you wanted to show an entire page in another page on your site, you could use an iframe:
<iframe src ="pagename.html">
<p>Your browser does not support iframes.</p>
</iframe>


