View Full Version : Pop-ups


junebug
03-04-2003, 10:50 PM
I have a links page on my site, and I want each link to open up in a new window. How do I do that? I went to the main Lissa site, but I don't quite understand the directions that are there.

epolady
03-04-2003, 11:03 PM
Are you wanting your links to open in a brand new broswer window? or are you wanting a small pop up for each link?

junebug
03-04-2003, 11:12 PM
A whole new browser window.

starlet
03-04-2003, 11:15 PM
add target="_blank" to the links....or if its going to be for all the links to save time you can use <base target="_blank"> up at the top of the page...

junebug
03-04-2003, 11:30 PM
See, that's what i don't get...what do you put in for the "_blank"?

starlet
03-04-2003, 11:33 PM
No you actually put blank, that is the code :)....just copy and paste this code exactly as it is, then just change the URL and link name...

<a href="http://www.lissaexplains.com" target="_blank">Lissa</a>

junebug
03-04-2003, 11:43 PM
Thank you! Thank you! Thank you! Thank you!

It worked! Yay!