View Full Version : Inline frames


AndrogynousGina
04-06-2003, 08:54 AM
I did everything Lissa told me about the inline frame, and how to link a link out of the frame INTO the frame...

but when i viewed my page, it just opens up in the window EVERYTIME, what i don't get is, I linked it to the frame (and targeted it to my frame name) but it's still the same! It would come out in another window.

Why is that??? Can someone help me at this???

This is my webby address at the bottom with all my navigation in it and only the

HTML tutorial, Links and About Me

has links to another page...

I'm feeling rather frustrated because i've been at this for quite some time now...

PLEEEASE help me...!!

webby (http://www.geocities.com/coffee_moos/Menu.html)

Shaneo
04-06-2003, 09:09 AM
I had a look at ur HTML and ur not potining ur links to the iframe

here's what you have

<a href="HTtutorialsML.html" target="myinlineframe">HTML tutorials</a> <br>
<a href="aboutme.html" target="myinlineframe">About Me</a> <br>
<a href="http://address you want text to link to" target="frame">FAQ</a><br>
<a href="http://gothicnun.signmyguestbook.com/">Guestbook</a><br>
<a href="http://address you want text to link to" target="frame">Photoshop Tutorials</a><br>
<a href="http://address you want text to link to" target="frame">Free Banners</a><br>
<a href="http://address you want text to link to" target="frame">Web Designs</a><br>
<a href="http://address you want text to link to" target="frame">Graphics</a><br>
<a href="http://address you want text to link to" target="frame">JavaScripts</a><br>
<a href="links.html" target="myinlineframe">Links</a><br>
</font>

<center><iframe src="aboutme.html" name="myinlineframe" width="600" height="600" style="border: 5 solid #ffffcc"></iframe></center>

Your target is wrong is all.. I've highlighted what's correct and what needs fixing.. Hope this helps :D

AndrogynousGina
04-06-2003, 09:19 AM
Hmm..I don't get it..

which are the ones that needs correcting?

Because I have only 3 links enabled (my webby is not complete yet) which have my target to my frame.

my frame name is "myinlineframe" and i tink i did what lissa told me to...

If you click on the first link, it would pop up in another window, why is that?


- still confused. :S

Shaneo
04-06-2003, 11:30 AM
I give up.. Someone else try and explain it plz :p

starlet
04-06-2003, 02:49 PM
The ones you have linked correctly (the ones that target to myinlineframe) work fine for me, they open in the iframe like they are supposed to...so im not quite sure what the problem is? Are they opening a new window for you...or is it just the ones you have linked to 'frame' that arent working? those need changeing to 'myinlineframe' obviously...