98.7% Of all customers recommend us, we're so confident about our results we publish all reviews and stats
View Live Stats View ReviewsForum home » Delegate support and help forum » Dreamweaver Training and help » dreamweaver training for - Html
dreamweaver training for - Html
Resolved · Low Priority · Version Standard
Creating links in dreamweaver
Hi Tessa,
Hope you enjoyed your course!
In design view of Dreamweaver, select the image or text you would like to turn into a link. Then go to your properties toolbar, and click in the link textbox and type the file, url or e-mail address you're linking to. Alternatively you can click the browse folder button and browse to a local web site file.
The code for linking is using the anchor tag (A), like this:
<a href="http://www.microsofttrianing.net" target="_blank">Click here for Dreamweaver courses</a>
The target parameter controls which window the new link will open up in. In this case, a _blank (new) window. This parameter is optional.
Kind regards,
Rich
Training information:
Welcome. Please choose your application (eg. Excel) and then post your question. Our Microsoft Qualified trainers will then respond within 24 hours (working days). Frequently Asked Questions
Any suggestions, questions or comments? Please post in the Improve the forum thread. |
Dreamweaver tip:Creating line breaksIf you want to create a line break hold down Shift+Enter. |