TO LINK TO A WEBSITE OR DOCUMENT:

Using HTML tags, you can create hyperlink jumps within your announcement description. A hyperlink is any text or image that, when clicked, loads another document or another section of the current document into the browser window. The A element, or anchor, associates text or a graphic to another document or to a location within the current document. A hyperlink appears as a clickable "hot spot" (the clickable text or image). To create a hyperlink, you enclose the text or image with the anchor tags and set the HREF= attribute to the destination address, as in the following:

Click <A HREF="//www.microsoft.com/">here</A> to visit the Microsoft Web site.

In this example, the address for the Web site is enclosed in double quotation marks. You can also link to another file as in the following example:

<A HREF="newsarticle.doc">Read the News Article</A>