Log in

View Full Version : Help with Hyperlinks


RollaJedi
09-13-2007, 09:33 PM
Hello
I suppose this is probably something small, but I havent found a solution yet.
I have links set up in my forum that link to my internal pages. However, when I click them it opens it in a new window! I want 'internal' links that are for my site to open in the same window. I want only external links to open up to a new browswer window. Is this possible? Thank you!!

or at least let me know how to have ANY links go into the same window.

l@z
09-13-2007, 10:22 PM
change eg:

<a href="http://www.mydomain/forumdisplay.php?f=766">

into this:
<a href="http://www.mydomain/forumdisplay.php?f=766" target="_self">

this worked for me :)