Does anyone know how to make it so that links on my page are opened in a new box? What I want is to be able to click a link, then close that link when I'm done, and my main page is still open.
Posted by Shannon at August 25, 2003 01:09 PM | TrackBackin the link tag, do this: target="_blank"
so your link tag would be [a href="link.htm" target="_blank"]Check it out![/a]
substitute the ['s for the >'s
Thanks!
Posted by: Shannon at August 25, 2003 02:13 PM