you can set the height and width values to 100% and it will show the page the same size as if you were on the site, or if you just want to get rid of the scroll bars you can use:
<iframe src="page_whatever.html" title="anything" scrolling="no">
also, you can remove the border with
<iframe src="page_whatever.html" title="anything" scrolling="no" frameborder="0">
bben95
Junior Poster in Training
52 posts since Aug 2010
Reputation Points: 10
Solved Threads: 0