0

I want to hide the logo from the iframe link. Is that possible?

iframe {
  border: 1px solid;
}
<iframe id="contentFrame" src="xyz.com/dashboard" style="width: 100%; height: 677px" scrolling="no" marginwidth="0" marginheight="0" frameborder="0"></iframe>
VXp
  • 11,598
  • 6
  • 31
  • 46
  • An iframe is a 'hole' in your page that displays another web page inside of it. The contents of the iframe is not in any shape or form part of your parent page.https://stackoverflow.com/questions/6494721/override-body-style-for-content-in-an-iframe – Liki Crus Jul 16 '20 at 16:43
  • Listen to me very carefully, we need the appropriate src. – VXp Jul 16 '20 at 16:56

0 Answers0