To get a link to open in a new browser window, what you do is add the target="_blank" attribute to your link tag, like this:
<A HREF="http://www.starrbrite.com/webhelp.html"
target="_blank">
Link to us!</A>
This will give you the following link:
Go ahead and click on it. Your browser will open a new window to the homepage. You will need to close the window when you are finished. Use the "close" option rather than the "exit" option, because the "exit" option will make you exit your browser entirely!
You can try it with an image as well:
<A HREF="http://www.starrbrite.com/webhelp.html"
target="_blank">
<IMG SRC="http://www.starrbrite.com/ATT10.gif">
</A>
Now you have the clickable image:
