View Full Version : iFrames help..


obsessedfae86
06-19-2005, 09:51 AM
Ok..I'm making a sample frames site..just so I can learn how..once I get a hang of it..I'll make a nice layout..im really stuck with the whole target thing..
<a href="Your Link Here" target="inlineframe">Link Name</a>I know you put this..but other than that..I have no clue what to do..I've read the tutorials on the main site..read through some ppl's topics on this forum...Can someone please explain step by step? I'm having alot of trouble..can't get the page to show up in the iFrame no matter what I do..btw I'm using Frontpage 2003..and also heres the link. (http://www.angelfire.com/musicals/carmenbrown)

Sheila
06-19-2005, 01:25 PM
You put the iframe code on your main page:

<IFRAME name="inlineframe" src="yoururl.html" width=200 height=200 marginwidth=0 marginheight=0 frameborder=0 scrolling=auto></IFRAME>


Where it says yoururl.html that is where you add the url to the main page that you want to show up in your iframe.

Then you make all your pages like you normally do, and to make them open in the iframe you need to target them using the name of the iframe....

<a href="inline.html" target="inlineframe">Your link name here</a>

Hope that helps.

obsessedfae86
06-20-2005, 06:13 AM
well...doesn't help..nvm..il just make a div layer site with css and a div scrolling box...i dont think i'll ever get frames..:grouch:thx anywayz..im a site design student..maybe il learn one day