View Full Version : Iframe/Scroll bar help
Glisten 10-23-2003, 07:19 AM I'm doing a site at brinkster and I've been having a hard time with the iframe/scroll bar... I've worked several days trying all the different codes from lissa explains.
I have the base html-
<html>
<head>
<title>.:Crazy Daze:.</title>
<style type="text/css">
body { background-color: #0D0409; }
h1 {font-family: silkscreen;
color: ##A64035}
p {font-family: silkscreen;
color: #0D0409}
</style>
</head>
<body background="http://mywebpage.netscape.com/Twinkle635/finalbackground.png">
</html>
This work pretty good, except the picture repeats itself. I could deal with that! But the I frame/scroll bar thing wont work!
I've copied and pasted the codes from lissa explains, and it just comes up as a blank, I dont know why, And I cant figure out where I'm supposed to put the text!
I want this to be the background image of the iframe if its possible- http://www.angelfire.com/weird2/crazydaze/Jback.jpg
I think thats all i can say, oh and I'm editing with notepad. I think thats all, Please help. Thanks so much
Sheila 10-23-2003, 07:50 AM If you don't want your background to repeat, see thread:
http://www.lissaexplains.com/forum/showthread.php?threadid=42085&highlight=no+repeat+background
I assume you are talking about the colored scrollbars. Did you put the code on each page that appears inside the iframe?
Are you talking about the iframe is coming up as a blank? Did you make the "main page" for the iframe?
Glisten 10-23-2003, 09:59 PM I'm not sure, I'm confused. But yes, The iframe is comimg up as a complete blank! I cant find where to put the words either
sisqoluv 10-23-2003, 11:19 PM Originally posted by Glisten
I'm not sure, I'm confused. But yes, The iframe is comimg up as a complete blank! I cant find where to put the words either
Did you edit the page? You put your words in the iframe by editing whatever that main page maybe. It sounds like you created the page for the iframe and put nothing in it :) That's where you place your text, on that page.
Glisten 10-23-2003, 11:22 PM This may sound super stupid but how do you create a page for the iframe?
sisqoluv 10-23-2003, 11:29 PM Can I see your current code on your page? That way, I can explain it to you :)
You said that your page is coming up blank. It sounds like you already created the main page for the iframe, but you didn't put any codes into it.
Glisten 10-23-2003, 11:31 PM Umm Ok, I hope this is what you wanted
<html>
<head>
<title>.:Crazy Daze:.</title>
<style type="text/css">
body { background-color: #0D0409; }
h1 {fon-family: silkscreen;
color: ##A64035}
p {font-family: silkscreen;
color: #0D0409}
</style>
</head>
<body background="http://mywebpage.netscape.com/Twinkle635/finalbackground.png">
</html>
<style type="text/css">
body
{
background-repeat: no-repeat }
</style>
<IFRAME name="inlineframe" src="basehtml.html" width=00 height=500 marginwidth=0 marginheight=0 hspace=0 vspace=0 frameborder=0 scrolling=auto style="FILTER: chroma(color=#ff0000)" allowtransparency="true"></IFRAME>
sisqoluv 10-23-2003, 11:41 PM <IFRAME name="inlineframe" src="basehtml.html" width=00 height=500 marginwidth=0 marginheight=0 hspace=0 vspace=0 frameborder=0 scrolling=auto style="FILTER: chroma(color=#ff0000)" allowtransparency="true"></IFRAME>
See where it says basehtml.html? That's the page name you gave your iframe to load. If you edit or create that page, basehtml.html, then it will come up in your iframe. This is where you put your text you want in the iframe, in that page.
Glisten 10-23-2003, 11:44 PM So Like this?
<IFRAME name="inlineframe" src="Hi Blah bLah blah blah" width=00 height=500 marginwidth=0 marginheight=0 hspace=0 vspace=0 frameborder=0 scrolling=auto style="FILTER: chroma(color=#ff0000)" allowtransparency="true"></IFRAME>
Glisten 10-23-2003, 11:50 PM Oh wait! I think I get it, A whole nother document, Then I put whatever in there! ok sorry,:-p
sisqoluv 10-24-2003, 12:24 AM Originally posted by Glisten
Oh wait! I think I get it, A whole nother document, Then I put whatever in there! ok sorry,:-p
It's okay. If you need more help, feel free to PM me.
|