Page is a not externally linkable
Golden_Sin - 6:29 pm on Sep 13, 2011 (gmt 0)
If you don't want to have scrollbars, you can use "overflow" CSS property.
overflow:hidden;
should do the job. If you use this, everything looks the same except there are no scrollbars. So some of the content may not be shown. And of course, this works only if you can modify the CSS of the iframed document.