have you tried to add a target="_blank" for new page and whatever you named the main one to have it set on same page.
So what would it be. I have tried all the different coding I have found. What would the link/iframe look like?
From what I understand, this is what you want to acheive. I have to be sure what you want, before I come up with a fix for it, otherwise it would be waste of time. - You have a page. - On that page you want an iframe. - You also want links. - These link should effect what is displayed in the iframe. - You need the iframe to show a game.html page is one link is clicked, and a music.html is a different link is clicked. - You should not be able to see both of these pages in iframes at once. Is that what you want? If not, please correct me. In general, when asking for coding help, you need to be MUCH clearer than you were...
On your main page, have one iframe. The code for your one iframe should look a bit like this: Code: <iframe name="maindisplay" src="game.html" height="100%" width="100%"></iframe> Your links should look like this: Code: [url="music.html"]Music![/url] [url="game.html"]Game![/url] And so on Hope this helps.
Wow, I can't believe it is that simple but yet I just never got it. Once I get home ill punch in the code..