i was just wondering is it possible to change the color of the background in Iframe ????? heres the current code
code:
<body bgcolor="#000000" text="#FF8040" alink="#0000FF">
<iframe width=350 height=115 frameborder=0 scrolling="NO" src="sitelink"></iframe>
</body>
</html>
all the body bgcolor does is change the background of the page but the iframe is a white bg not black does anyone know how to make it black???