Unit 6: Hyperlinks, Lists, and CSS
As mentioned previously, within-web links (intrasystem links) link to a different page within the same website. GoLive makes the process of linking to other pages within the same website easy by making available the New Link button
from many different locations within GoLive.
|
To add a new link via the GoLive Toolbar to text already entered into the Document Window, follow these steps:
|
Figure 6.2-3: GoLive Text Inspector |
To add a new link via the Text Inspector to text already entered into the Document Window, follow the second set of steps described above. Again, the New Link and Remove Link buttons within the Text Inspector are used rather than those found on the GoLive Toolbar.
To add a new link via the Fetch URL (Pick Whip) button to text already entered into the Document Window, follow these steps:
Links can also be created or removed by using the New Link or Remove Link options in the Special Menu.
The steps for creating links described above also apply to creating links via the Special Menu; just substitute the Special Menu link options with the link buttons described above.
CS Update
Users of GoLive 6 will notice a few changes in the process of creating hyperlinks:
*** Begin section copyright © 2000-2005 ID 4 the web ***
Hyperlinks are inserted using the anchor <a> element.
href attribute to link to a specific location within a website or web page.href attribute is:
<a href="address">label text</a>
For example:
<a href="index.html">Home Page</a> OR <a href="../index.html">Home Page</a>
Notice the use of a relative link reference in the above examples, i.e., there's no "http://" or domain name. Both examples illustrate linking within a web. The first example links to a page in the same folder. The second example links to a file one level up within the folder structure; the "../" preceding "index.html" indicates to move up/back one level.
*** End section copyright © 2000-2005 ID 4 the web ***
Demonstration or Practice Activity
h2 "Guitar" heading to the guitar.html page (as shown in the links destinations graphic), using one of the methods described above.h2 "Mandolin" heading to the mandolin.html page, using another one of the methods described above.Copyright © 2002-2005 Adobe Systems Incorporated, except those portions marked copyright © 2000-2005 ID 4 the web. All rights reserved.