If you want to remove a link,
just highlight the linked text and choose
ElementUnlink.
Relative and absolute links
When you create a link, the location
you link to is called a URL. The syntax of
URLs is very powerful. You can link to other pages on your own site or any
other part of the Web.
When you create a link, notice the button that says either Rel or
Abs. This button lets you change the type of link.
A "relative" link skips some information at the beginning of the address
about where the page is located. It lets your browser add this information
based on your current location. For example:
"forms.htm" and
"../refer/link.htm" are relative links.
An "absolute" link contains all the information about where the page is.
For example,
"http://www.aolpress.com/press/documentation.html" is an absolute
link.
Here's some advice about choosing between relative and absolute links.
-
If you're linking two pages in the same directory, it's best to use a relative
link. That way, you can move the pages together without breaking links between
them.
-
If you're linking two pages stored in directories that will always be in
the same relative position to each other, you can use a relative link.
-
If you're linking to a page on another Web site, you have to use an absolute
link.
-
If you think you may need to move the page you are editing to another location
someday, it's best to use an absolute link.
Links to send Email
You can create links to let your
readers send email. Just choose
ElementE-Mail
Link and type the email address to which you want to let people send
email. For example, this link lets you send email to
info@primehost.com.
Links to sound or video files
You can even create links to sound
and video files with AOLpress.
-
First, you'll need sound or video files to link to and software to play the
files.
-
You'll also need to find the MIME type for the file's extension in the
ToolsPreferencesExtensions/MIME
window. (For example, .wav files have a MIME type of "audio/x-wav".)
-
Then, choose an application to play sounds for that MIME type in the and
ToolsPreferencesMIME/Viewer window.
-
Highlight the words you want to link to a sound.
-
Choose
ElementLink.
-
In the Link window, click the Browse button.
-
In the List Files of Type field, choose "Sound" or "Video".
-
Select the file you want to link to and click OK.
-
Finally, click OK in the Link window.
See the HTML tricks page for ways to add "background"
sounds to pages.
Creating anchors for links
Sometimes you'll want to link to
some information that isn't at the beginning of the page. Or, you might want
to create a short Table of Contents that lets people move to the headings
in your page quickly. To do this, you first
create "anchors" at the points
you want to be able to jump to. |