View Full Version : Ugh! Frames are so confusing please help!


xxsweetchica
12-09-2003, 02:53 AM
Ok..I'am having trouble with my frames on my webbie! Ok I have 3 frames..to understand this take a look at my website.

xxsweetchica (http://www.freewebs.com/xxsweetchica)

Ok, well when I put you on the far right frame, and then I want it to open over on the far left frame..But instead it opens in a totally NEW window *sobs*

See I want the links on the far right to open on the far left frame, then the far left links to open in the middle frame.

I'am doing everything right when it comes down to linking it all and targetting it.

<a href=you.html target=left or something like that><b>You</b></a>

So I thought I was doing it right, I'am naming the frame exactly the way it's suppose to be and it STILL keeps opening in a new window PLEASE help me!! And thanks so much!!

*P.S* You might have to retype it yourself but that's the url for it =).

Jared
12-09-2003, 03:12 AM
1. I think you need quotes around the target:

<a href="http://site.com" target="leftpage.htm">Name</a>

OR

<a href="http://site.com" target="leftpage">Name</a>

2. Try both of those codes to be sure.

xxsweetchica
12-09-2003, 03:14 AM
www.freewebs.com/xxsweetchica

pb&j
12-09-2003, 03:15 AM
this is your current link tag...

<a href=you.html target="leftpage"><b>you</b></a>

this is out of your frameset page...

<frame src="LEFTPAGE.htm" name="LEFT" scrolling=no
marginwidth=0 marginheight=0 noresize=yes>

you have to change your TARGET to match the frame...

<a href="you.html" target="LEFT"><b>you</b></a>

xxsweetchica
12-09-2003, 03:15 AM
I do have "'s around the target...does it matter what the name of the frame pages are?? :( I can't figure this out..

Jared
12-09-2003, 03:16 AM
read my first post again, I edited it

xxsweetchica
12-09-2003, 03:16 AM
OMG OMG!! Thank you so much!!!! =)