Links
The proper page
is here
take a look at the code in 'view - source' (in the
browser options) and we'll go over the points.
Once you get
this next bit you'll have the basic building blocks
to start building something modest.
Two text link
to www.google.com goes like this:
(I'm going to
assume you realise that this code goes between the
<body and /body> tags)

Try to make
sure that your links always have the full "http://www."
path.
The target="
" section defines where the file will open, in
a new widow or the same window.
Below shows
the code that firstly shows a picture then underneath
shows the same picture but this time the picture is
a link. This is the most basic form of button.
