Page is a not externally linkable
Fotiman - 9:13 pm on Nov 10, 2011 (gmt 0)
All you need to do is modify the inner page of your iframe (slideshow.html), and add the following to the head of that page:
<style type="text/css">
html,
body {
background-color: #54C6E1;
margin: 0;
padding: 0;
}
</style>
This will give the document inside your frame the same color background as the outer page.