tags:

views:

32

answers:

1

You will need to download a 4Shared file so that I can give you all the information necessary.

Problem: I am using the FRAMESET tab and I have links put in the left hand column and when clicked, they only open in that column when I want them to open up the full screen, not with a new tab though.

Here is where you can get a word file with all the writing that I put in notepad for my pages. Each Word page is a different Notepad file, and there are pictures on the bottom to help understand.

www.4shared.com/get/299858562/2f5cf7dd/2_HTML_help.html

THANK YOU!

+1  A: 

You need to specify a target="_parent" for the link. IE:

<a href="mylink" target="_parent">Click!</a>

Are you sure you want to use framesets though? It's very 1990s...

edl