View Full Version : How do I make it so when I click on a link it opens in a new page


cheesehead135
05-26-2005, 11:24 PM
I know it has something yo do with Target_blank or something like that.. any idea?

lefty
05-26-2005, 11:25 PM
<a href="whatever.html" target="_blank"> :P

you can also use target="new"

cheesehead135
05-26-2005, 11:25 PM
ok thatnks a lot!

lefty
05-26-2005, 11:26 PM
no problem :)