Question from Client:
“ When you make a link to another website, how do you get it to open up in another window rather then it taking over your website?”
In HTML
<a href="http://www.cnn.com" target="_blank">
Link Text</a>
In Dreamweaver, just set the targer to "_blank"
