Links: HomeSite 1
Create Absolute Links

A hyperlink is a direct connection from the current location of the cursor to another location.

Most familiar to web site visitors is the hyperlink that takes them to another place on the web.  For example, when you use a search engine it presents you with a list of hyperlinks to a variety of web sites that might have the information you are looking for.

Such a link is called an absolute hyperlink. The absolute hyperlink goes out to a file external to the current web site.

The basic HTML tag for any kind of hyperlink is the <A></A> tag pair; A stands for Anchor.

The format for an absolute hyperlink is:

<A HREF="[address]">[clickable text]</A>

The [address] stands for the location, the URL,  you want to link to; enclose it in quotation marks.

The [clickable text] is the text on your page that will appear in blue and underlined. A user clicking anywhere on the clickable text will be sent to the indicated address.

Note: HREF stands for Hypertext Reference
The term URL stands for Uniform Resource Locator, i.e, the web address.

By convention URLs are typed in lower case.

A complete URL consists of several parts separated by forward slash marks:

  • protocol (e.g., http): the type of file being linked to
  • domain name
  • directory path
  • individual filename

Thus in the following URL

http://www.nvcc.edu/home/ataormina/wcb/HomeSite1/start1.htm

  • the protocol is http
  • the domain name is www.nvcc.edu
  • the directory path  is home/ataormina/wcb/HomeSite1; each of these terms refers to a folder inside another folder on the directory tree
  • the filename is start1.htm

When you put an absolute hyperlink on your page you must use as your address the entire URL, including the protocol.

REMINDER: Experienced web page developers embed their hyperlinks in the text rather than typing and highlighting the URL itself.
To add an absolute hyperlink to a document in HomeSite, place your cursor at the location of your hyperlink.

Click on the Anchor button on the Quick Tab.

The Anchor dialog box will appear.

Anchor button
Anchor button

Anchor box
  • Type the complete URL, including the http:// protocol, in the URL text box.
  • In the Description text box type in the clickable text, that is the text you want to appear as a hyperlink. on your page.
  • Click on OK.  Your hyperlink, complete with clickable text, will appear at your cursor point in your HomeSite document,
Note: If you have already entered the clickable text in your document, highlight the text before you click on the Anchor button.

Links: HomeSite 1.2
Overview
Create Absolute Links
Create Relative Links
Create Mailto Links
Create Internal Links

Personal Home PageWeb Design CenterTutorial MenuTop of Page

Web Design Center
Last Revised: September 18, 1999
© Agatha Taormina