Can somebody please tell me the HTML code for a iframe which doesn't have a whitebackground. Like if there was a image where the iframe was gonna go.. How would I keep that?
Thanks + rep.

Can somebody please tell me the HTML code for a iframe which doesn't have a whitebackground. Like if there was a image where the iframe was gonna go.. How would I keep that?
Thanks + rep.
<iframe src="/url here.htm" frameborder="0" width="130" scrolling="yes" height="172"></iframe>
Then just add bgcolor="here"
and where would I add it? I want the image as the background.Originally Posted by nelly
<iframe src="/url here.htm" frameborder="0" width="130" scrolling="yes" height="172"></iframe>
Then just add bgcolor="here"
Last edited by additional; 04-07-2006 at 12:20 PM.
make the iframe trasnperent and them put iframe over the image
.:.:#14:.:. .:.: Impossible Is Nothing :.:. .:.: 845 Rep:.:.
.:.: Stand up for what is right, even if you stand alone:.:.
and how would I do that, kind sir.
No need. Insert the iframe where you want it to go, and on the page you want to show it on, edit the page and put the bg on that page.
Last edited by Hitman; 04-07-2006 at 12:37 PM.
Have the iframe named as say iframe1.html and then in the Iframe page which is iframe1.html add in the head section.
Code:<style type="text/css"> <!-- body { background-image: url(); } Or body { background-color: #fff; } --!> </style>
Last edited by Oracle:; 04-07-2006 at 12:38 PM.
Are you follwing meevery forum i'm on your their
![]()
Originally Posted by Oracle
Have the iframe named as say iframe1.html and then in the Iframe page which is iframe1.html add in the head section.
Code:<style type="text/css"> <!-- body { background-image: url(); } Or body { background-color: #fff; } --!> </style>
aka what I said.Originally Posted by Oracle
Have the iframe named as say iframe1.html and then in the Iframe page which is iframe1.html add in the head section.
Code:<style type="text/css"> <!-- body { background-image: url(); } Or body { background-color: #fff; } --!> </style>
one problem with yours kapt is the background would scroll i think he wants so the backgroudn stays the same and just the text srolls.
.:.:#14:.:. .:.: Impossible Is Nothing :.:. .:.: 845 Rep:.:.
.:.: Stand up for what is right, even if you stand alone:.:.
Want to hide these adverts? Register an account for free!