Can someone help me with resizing an iframe that I want to add from one page of my site to another? I've managed to include the iframe using div and specified a portion for it, but now I need to make the entire webpage within the iframe fit onto the new page. Any suggestions on how to modify the code below for this purpose?
<div style="border:0; overflow: hidden; margin: 15px auto; max-width: 736px;">
<iframe scrolling="no" src="http://www.tryary.com/forums/topic/21/best-law-of-attraction-books/post-create?" style="border: 0px none; margin-left: -0px; height: 1000px; margin-top: -333px; width: 726px;">
</iframe>
</div>