| Q. How do I properly annotate a link that leaves the Naval Academy? A. When leaving USNA WWW Pages, you need to alert the user that they are leaving USNA and are going "off-site". In addition, there are times that we want to display a disclaimer. The following HTML construct will assist you:
<a href="/cgi-bin/good-bye.pl?url=http://www.navysports.com">
Navy's New Official Athletic Home Page</a>
If you are not on the main USNA WWW Server, Webster, then you can take advantage of this service by using:
<a href="http://www.usna.edu/cgi-bin/good-bye.pl?url=http://www.navysports.com">
Navy's New Official Athletic Home Page</a>
If the URL you are linking to contains ampersand (&) characters, you must replace them with the string '%26' (omit quotes). For example, a link to ...url=http://somesite.com?moon=blue&cheese=greenmust be rewritten as ...url=http://somesite.com?moon=blue%26cheese=greenSimilarly, any pound or number sign (#) characters must be replaced with %23, If you have a page of links to support your courses, you can use the following:
Here is the html to create the above boxed text :
|