| Links
Links to a different page or site can be added to any
text. This both highlights the text selected as well
as providing a source of further relevant information.
Links can also be added to an image. This is especially
common on company logos which link back to the home
page.
Links within the same site should be applied using
RELATIVE LINKS like the following HTML:
<a href="/section/page.html">Linked
text</a>
Links to a different site should be applied using ABSOLUTE
LINKS like the following HTML:
<a href="http://www.site.com/section/page.html">Linked
text</a>
Links on an image should be applied like this:
<a href="http://www.site.com/section/page.html"><img
src="/graphics/image.gif" border="0"
width="100" height="100" alt="My
Image" hspace="5" vspace="5"
align="right"></a>
|