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 course - Dreamweaver HTML
dreamweaver course - Dreamweaver HTML
Resolved · Low Priority · Version Standard
Guy has attended:
Dreamweaver 8 Introduction course
Dreamweaver HTML
How do i create links to other web pages??
Creating links to other web pages
Hi Guy,
I trust you enjoyed today's Dreamweaver training?
There are several ways to create a link to other web pages.
In Dreamweaver, select the text or graphic you wish to act as the clickable element, go to the properties panel and find the 'link' box. Then, depending on the type of link you wish to create, fill in the box with the following:
- a local web site file. eg. /shop/index.html (you can use the yellow 'browse' button)
- an anchor (also called a bookmark). eg. #contactform
- an external URL. eg. https://www.stl-training.co.uk (note you must start with the http:// part, otherwise browsers assume you are linking to a file within your web site.
- an e-mail address. eg. mailto:guy@yourdomain.com
I hope this helps.
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:Xhtml vs htmlWhen using dreamwear template or just creating a blank webpage, you are able to select the markup language you want to use. The main choices are either xhtml or html. It is now best to select xhtml as this will translate all the html into xml, so it is transmitted across the web in xml format. One of the main advantages of this is that it makes the site that you build much more compatible with the range of different web browsers that exist. |