1

How can I inject css into iframe content without using javascript or jquery.

slashmais
  • 7,069
  • 9
  • 54
  • 80

1 Answers1

0

Without direct access to the child page, you cannot modify its style. If you can, you can modify the style like any other page. Only the iframe tag itself can be subjected to styling without any javascript.

For styling with javascript see here.

Community
  • 1
  • 1
Neil
  • 5,762
  • 24
  • 36