How Do You Create A Hyperlink In Dreamweaver?
Click on the hyperlink icon on the tool bar. Then type in the text you want the link to show up as. Next type in the address you want the link to go to (i.e. http://www.cnn.com). Finally preview your page in a web browser (by clicking on the globe icon) to test the link.
OR
You can simply just type in the following code in the "code" section:
<a href="url">Text to be displayed</a>
Example:
<a href="http://www.cnn.com">Click here for CNN</a>
page revision: 0, last edited: 15 Sep 2008 21:18