Public Schedule Face-to-Face & Online Instructor-Led Training - View dates & book

STL - Formerly Best Training Solutions Through Learning
TrustPilot
Excellent
Request Callback We will call you back
0207 987 3777 Call for assistance
Your Basket Basket is empty
dreamweaver vs frontpage - links

Forum home » Delegate support and help forum » Dreamweaver Training and help » dreamweaver vs frontpage - Links

dreamweaver vs frontpage - Links

ResolvedVersion Standard

Liz has attended:
Dreamweaver MX Introduction course

Links

How do I create all the different types of links?

RE: Links

Hi Liz,

Hope you enjoyed your Dreamweaver MX Introduction course earlier today.

There are three main types of links.

a) to an internal web page or external web site eg.

<a href="products.html">Products</a>
<a href="https://www.stl-training.co.uk">Best Training</a>


Note: to link to external sites, you must start with the protocol, such as http:// or https://

b) to an e-mail address eg.
<a href="mailto:liz@domain.com">Email me</a>


c) to an anchor (a 'bookmark' within the current page eg.
<a href="#contact">Jump to contact form</a>


Note: you'll need to set up the anchor first in this case:
<a name="contact"></a>


Hope this helps. Good luck with your web development!

Regards, Rich

Dreamweaver tip:

Viewing you page in the browser

If you are working in design view you can quicky preview your webpage by pressing the F12 key

View all Dreamweaver hints and tips

Connect with us:

0207 987 3777

Call for assistance

Request Callback

We will call you back

Server loaded in 0.08 secs.