1

I'm trying to use an iFrame to display an HTML webpage from an external source but, I can't get it to work with CSS.

striderpr
  • 45
  • 1
  • 7

1 Answers1

1

You cannot do that (the browser won't let you, for security reason). If the external content of the iFrame is from the same server as the root page, then you can use javascript but no css from the root html.

VorganHaze
  • 1,597
  • 7
  • 26