How can I control the background image and colour of a body element within an iframe? Note, the embedded body element has a class, and the iframe i
iframe
You cannot change the style of a page displayed in an iframe unless you have direct access and therefore ownership of the source html and/or css files.
This is to stop XSS (Cross Site Scripting)