I've exported html5 using the advert bar style option and have been trying to change the background color in both html created: "game.html" and "index.html" following some instructions:
<body style="background-color:#ffffff;">
The "'index.html" is ok, I could change the bg color, but this is not working on the "game.html".
I've also tried to change the iframe options but it's not working.
<iframe style="background-color: white;"/>
Can someone say why?
And what to do?