View Full Version : HTML Links


akk
08-21-2005, 07:02 PM
I put some text links in on my page, but I was wondering how I can get them to automatically open in a new window. I found some sort of java code that dealt with pop-up windows, but it was a little confusing (I am very much a begginer) and I wasn't sure if that was even the right thing. Any help would be appreciated! Alana KK

starlet
08-21-2005, 07:05 PM
If you just mean straight forward open in a new window then use this...

<a href="page.html" target="_blank">Link</a>