Adding links to your pages
This example allows you to link to pages with in your site and assume you
have save it to the same folder.
Links are defined with the <a> "beginning" tag and end with
the </a> "ending" tag.
Example of Adding Images Code.
<a href="How_To.htm">EyeTweaks How To
page.</a>.
Example of how it looks.
EyeTweaks How To page.
Text between <a> and </a>
is set as the link and Caption and typically is blue or your default browser
colors.
_____________________________________________________________________________
This example shows you how to link to a page on a different Web site.
You will need the full web address. Referred to as a URL.
Example to link from your site to EyeTweaks.com you would code as follows.
Example of Adding Images Code. This is a link to EyeTweaks.com.
<a href="http://www.eyetweaks.com/">EyeTweaks.com
Link</a>.
Example of how it looks.
EyeTweaks.com Link
_____________________________________________________________________________
You also have the ability of turning a image into a Hypertext Link as well.
example, The Image Below when clicked on will take you to the listed web site
address or URL.
Example of Adding Images Code.
<a href="http://www.eyetweaks.com"><img src="Flower.jpg"
alt="How To HTML Page"></a>
Example of how it looks.

Simply Click on Images to be taken to http://www.eyetweaks.com.
Or rewrite to be redirected to practically any site on the web.
_____________________________________________________________________________
|