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:
Thus in the following URL http://www.nvcc.edu/home/ataormina/wcb/HomeSite1/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. |
|
|
![]() |
||
|
||
| 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
Web Design Center
Last Revised: September 18, 1999
© Agatha Taormina