I'd like to use an iFrame to display the following page: http://www.workbooks.com/training/courses
I just want to show the page content, not the top or left navigation/internal ads.
I've tried the following:
<iframe scrolling="no" frameborder="0" src="http://www.workbooks.com/training/courses" allowtransparency="true" style="height:100%;width:75%;">
</iframe>
Instead of it showing 75% of the contents width it's reducing the overall width of the iFrame.
Please advise.