PDA

View Full Version : html question


pauly
03-15-2001, 07:57 PM
Hello,
Maybe someone can help. I am using the following tag on my sites
<base target="_blank">

What tag would I have to add to a link if I did not want to open it in a new window?

Example would be if I were to use a blindlink sponsor that does not allow its link to open up in a new page.

Thanks
Paul

breest
03-15-2001, 08:17 PM
target="main"

-Breest

Chosen
03-15-2001, 08:36 PM
target="_top" or target="_self"