iframe scroll none code example
Example 1: iframe no scroll
<iframe src="otherpage.html" scrolling="no" style="overflow:hidden;"></iframe>
Example 2: iframe border none
<iframe src="myURL" width="300" height="300" frameBorder="0">Browser not compatible.</iframe>