View Full Version : How to make links open in the same page


inuyasha
03-29-2003, 03:35 PM
Okay, what do I type in along with a link to make sure that the link opens within the same page? My site uses tables I have have a lot of links to other parts of my site but I want it to open within the same page. Thank you!

MaGiCSuN
03-29-2003, 03:38 PM
don't add target="NAMEHERE" in the links or if you do want to add it use this target="_top" if i'm right

Love,
mirna

pb&j
03-29-2003, 04:28 PM
or if you want it to open within its own specific area (this is usually a frames question) then try...

target="_self"

inuyasha
03-29-2003, 06:11 PM
ok, hopefully that'll work. I'll let u guys know how it goes ^^