Target Frame Problem(s)... - 9/17/2001 13:15:00
Hi, I have a "contents" frame page as my default page (menu on the left and the pages displayed on the right)...and for some reason-when I now click on any link on my menu (displayed on the left frame)-it shows up on the left frame rather than the right frame as it should!
I've tried re-doing the page with a fresh new page and it still does this.
All suggestions possible would GREATLY be appreciated!!!!!
You need to change the target frame. So, in html view, right above the closing </head> tag, you'll see a tag that says <base target="_self">. Change it to <base target="contents"> if that is what the name of your main frame is. You can also click on "Frames Page HTML" and set the target for your navigation frame from there.