On my site, there are two pages that are opening in a new window for some reason. I've basically learned html on my own and don't know what is wrong. Does it have to do with the a href target?
Any help is greatly appreciated.
catluvr
SuzyUK
7:27 pm on Sep 23, 2005 (gmt 0)
Does it have to do with the a href target
yes most likely, if you don't want them opening in a new window then remove the target attribute and it will default to the parent window.
Suzy
catluvr
7:46 pm on Sep 23, 2005 (gmt 0)
Okay. I did that but it didn't work. I've tried taking the target completely out, using "parent" as the target which is how the other pages are set up and they work fine, using different targets . . . I don't know! I can't see any differences between this href and the ones that work. Strange . . . .
Catluvr
dwighty
7:39 am on Sep 26, 2005 (gmt 0)
catluvr,
Have you tried this:-
<a href="*(fill in what you want)*" target="_self"> </a>
Dwighty
catluvr
1:35 pm on Sep 27, 2005 (gmt 0)
I got it! I kept trying all the different choices for targets until it worked. Thanks for all ya'lls help. You meet the nicest people here. I love Webmaster World.