| There is a
method to link to other web page
or site by doing click on an
image or graphic. you already
have the image for the link to
click on, the name of mine in
this example is: BALLOON3.GIF
and the web page linking to is
MasterDiz home page.
And this is the html tag to
implement the link:
| website to link to. |
image to
be click and alternative
name to show up |
|
| <a href="www.masterdiz.com"> |
<img src="giflinks/BALLOON3.GIF"
alt="Click Here"> |
</a> |
<a href="www.masterdiz.com"><img
src="giflinks/balloon3.gif></a>
AND WILL LOOK LIKE THIS:

|
How to link
to an image that is in other
website. |
To link to an image that is
located in a different website
you have to ask permission to
the Webmaster of that website to
link to that image and after you
got permission then this is the
method to do the "Hot Link":
(if you do not got permission to
link, do not
link; many webmasters
have a reduced quota of
bandwidth and Hot links use a
lot of it leaving nothing to the
real visitors, when the quote is
reached the website shots down)
You go to the web site where is
the image you want in your page,
put the mouse cursor on it, do a
right click on it, a window will
popup click on properties and a
bigger window will pop up with
the "URL" of that image, copy it
and and paste it in your
"html" page.
In this example , I went to
this URL:
http://www.geocities.com/azarascan/
and did a right click on one
of the images, I did copy the
image url (address) and pasted here;
http://www.geocities.com/azarascan/variado/hori12.gif
Then I added this:
<img src="
at the beginning
and
added this:
">
to the end
and it looks
like this:
<img src="http://www.geocities.com/azarascan/variado/hori12.gif">
And here it is:
You can go to the same "URL"
( same address.) there is a fractal image there
that you can try to hot link.
(My permission).
And try to link to masterdiz.com
|