anna_banana
05-23-2003, 05:15 PM
HELP! I'm trying to do an Iframe on my website and I have the code an all, but how do I get the text I want into the frame? Can you put all of the text into the SRC or does it have to be some kind of link from somewhere else?
lefty
05-23-2003, 05:42 PM
in the iframe code there's the page that's linked by the "src"... anything that you want to appear inside the iframe goes into the page that's linked. ie...
<iframe src="page.html">
So everything goes in "page" to appear in the iframe. :)
anna_banana
05-23-2003, 05:43 PM
Okay, I figured that out. Now, what if I want my colored scrollbar to be inside the Iframe as well as the main website. Is there a special code for that?
lefty
05-23-2003, 05:44 PM
It's the same thing, the codes go in "page.html" to appear in the iframe. :D
anna_banana
05-23-2003, 05:46 PM
OKI DOKIES!
I'll try that and see if it works! Thanks!
anna_banana
05-23-2003, 05:49 PM
*dances around like an idiot* YES! IT WORKED! THANK YOU SOOOOOOOOO MUCH!