i have this code with and I want to hide the logo and other content of Iframed page. Already used Div and it is works, but it is temporary solution. I want to hide it through CSS make it permanently
<div style="left: 0px; position: relative; display: inline-block; overflow: hidden; height: 450px;">
<iframe style="position: relative; top: -73px;" src="https://awewallet.com/cardsystem/chkbal" width="550" height="615" frameborder="0" scrolling="no"></iframe>
</div>