Hello,
Is it possible to style a background of a HTML page which is requested in the iframe?
This because im making a video gallery for a client.
Whenever he adds a new video, a completely new HTML file is generated with a white background color.
I then request it in my iframe with
Code:
<iframe src="videogal/vidgal.html" frameborder="0" width="600" height="700"></iframe>
I want the white to be transparent, but its hard for my client to edit the original html file each time he uploads a new video.
Thanks in advance,
Joep