Hello, I've been working on this for a week now..
Basically, I 've created an inline frame using BlueVoda's tool, but I want the webpages that open into it to have a transparent background..
I've found a CSS 'code' that enables this, and I have placed it in the html properties of the pages and of the frame itself, but it appears that whatever html BlueVoda ceates for the page over-rides this..
Is there any way to get around that??
The code I found is,
Thanks in advance for the help :)
Basically, I 've created an inline frame using BlueVoda's tool, but I want the webpages that open into it to have a transparent background..
I've found a CSS 'code' that enables this, and I have placed it in the html properties of the pages and of the frame itself, but it appears that whatever html BlueVoda ceates for the page over-rides this..
Is there any way to get around that??
The code I found is,
<STYLE TYPE="text/css">
BODY {background-color: transparent ;}
</STYLE>
BODY {background-color: transparent ;}
</STYLE>
Comment