syphris
10-06-2004, 10:08 PM
PLEASE if ther is antone that can help me i need to figure out the html code that allows you to open a website in the same window and not a bunch of them.
I am building a website and am just about done. the only thing that i need is the html code that allows me to open each web page in the same window. right now all of my web pages open in seperate windows
CAN ANYONE HELP!
Mike Bell
10-08-2004, 01:12 AM
target="_self" in your link.....
Akyriel
10-10-2004, 11:31 PM
Post some of your code so we can see the problem. HTML by default loads in the current window.
passcollege
10-17-2004, 02:12 PM
Yup like mike said it's just a simple _self to make it stay in the same page... unless your talking about frames?
SupremeGFX
11-19-2004, 04:23 PM
Frames are diffrent. We need to know what exactly you are talking about.
demonwalker
01-30-2005, 12:12 AM
ok basicly no one has said how you do iframes yet? Well basicly ill teach ya how
<p align="left"><a target="Iframe name here" href="yourlinkhere.html">Your Text here</a></p>
Basicly here is the code in detail so you dont get confused
yourlinkhere.html
You can change your link here and thats where the page will go
Iframe name here
Ok this is what iframe you want it to be called... if your using iframes just use the iframe name but if your doing something else you can put _self or _blank here
Your Text here
basicly as it shows here is where you can place the text for your link if you want a image just post again and ill happily make another reply with the answer
:auflag:
(BTW as you can see im new here.. Go the 1st post)