Hide Banner Ads

Using iframe commands

Here is the hijacked page before:

https://www.charityauctionstoday.com/auctions/snulabschool-11336


Here is the iframe code to hide the banner ad:

<iframe src="https://www.charityauctionstoday.com/auctions/snulabschool-11336" style="position:absolute; top:-70px; bottom:-70px; height:100%; width:100%;" frameborder="0">

</iframe>