View Full Version : Frames


_evp_
02-22-2003, 12:46 PM
How do I put text on my inline frames?
You show the code but not not how to put text in it.
_evp_

MaGiCSuN
02-22-2003, 12:54 PM
This thread belongs into the " frames" section

but ok, you hae to make a page that opens INSIDE the frame.
add src="inline.html" to your <iframe> code and then make a page called inline.html and then when you open the page with the iframe on it you will see the inline.html page inside the frame.

you only need to add src="inline.html" (or any other name)when you want a page to open in when you view the page. So when you want to open links inside the iframe you have to have name="iframe" inside the <iframe> code and then target your links as "iframe" so like this:

<a href="blah.html" target="iframe">Link2</a>

you can change the name to whatever you want, but make sure you got the name of the iframe THE SAME as the name you target your links too.

Love,
Mirna