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
give the body of your iframe page an ID (or class if you wish)
then, also within the iframe's page, assign a background to that in CSS
#myId { background-color: white; }