Adobe Dreamweaver

Unit 5. Establishing Web Links (I)

Now we are going to see what web links are, what are they used for and how to create them, as they are an essential element for any web site.

Introduction

A hyperlink or link, is just a connection that redirects you to another Page or file when you click on it.

You can assign a link to a text, to an image, or to part of an image.

Types of links

There are different types of access paths when you are defining a link.

 Absolute reference :

Drives you to an external location from the site where the file is. The location must be in the internet, for example: “http://www.teacherclick.com“.

 Relative reference to the site:

Drives you to a file located inside the site of the actual file location.

 Relative reference to the file:

It drives you to a file located inside the same site of the actual document, but starting in the directory in which the actual file is.

 Anchors:

It drives you to an anchor inside a file, which can be the current one or any other. To do this, the link might be “name_of_file.extension#name_of_anchor“.The anchor is defined inside a file through Insert menu, and then selecting the Named Anchor option.

Creating links

The easiest way to create a link is through the properties inspector. To do this you have to select the text or the object which is going to be used as a link, and then you must establish the Link in the inspector.

For example, here there is a link to www.teacherclick.com, which will be an absolute reference, so, it must contain HTTP://

Another way to create a link is through the Insert menu, and then selecting the Hyperlink option.

It’s possible to create empty links, they can be useful when you use behaviors, etc. You just need to write in Link only the # symbol..

Other way to create a hyperlink is through the menu Insert, Hyperlink option.

Creating links in this way is very easy, you only have to fill the fields we will now explain and the link will be placed where the cursor is.

 Text: stands fot the text that the link will show.

 Link: is the page you are making the hyperlink to.

 Target: the page where you want the link to be opened.

 Title: its use is almost the same than the Alt attribute of the images. It is the contextual help of the link.

 Access key: you can set here a key to increase the accessibility of your site. This link will be accessible presing the Alt key and then the key you type in this field.

 Tab index : as long as you can jump from a link to another using the Tab key, you can set here the order of priority this link will have.

Link Target

The link target determines in which window the linked Page it’s going to be opened, it can change depending on the frames of the actual file.

It can be specified in properties inspector through Target, or through the Insert menu, and then clicking on the Hyperlink option.

 _blank:

It opens the linked file in a new browser’s window.

 _parent:

It opens the linked file in the frame window that contains the link or the set of parent frames.

 _self:

It’s the default option. It opens the linked file in the same frame or window as the link.

 _top:

It opens the linked document in the whole browser’s window.

Don’t worry if you don’t completely understand the functions of each of those destiny options, we’ll check them again in the Frames theme.

Leave a Reply

Your email address will not be published.

three + sixteen =