To do this we need to use an "image map" written in HTML.
I'll show you how using this guestbook graphic.
First we need to know the WIDTH and HEIGHT of the graphic.
To find out, right click on it and from the menu choose PROPERTIES.
You will see....

The width is 200 and the height is 150
You can also save the guestbook graphic to your computer and use your
favourite graphics program to determine the width and height as well.
Here is the code to use for an image 200x150 in size:
click inside the box to select the code, right click to "copy" and then "paste" it into your editor
Fill in the IMAGENAME and add the SIGN and VIEW urls.
The above image map code will only work on a graphic that is 200x150
To explain more about the area shape=rect coords= numbers
The top row of numbers 0,0,100,150
0,0 represents the coordinates for the top left corner of the graphic
100 represents the coordinate for the exact middle of the graphic
150 represents the coordinate for the height of the graphic
The top row of numbers will make the left side of the graphic clickable
The bottom row of numbers 100,0,200,150
100,0 represents the coordinates for the top of the graphic in the exact middle
200 represents the coordinate for the width of the graphic
150 represents the coordinate for the height of the graphic
The bottom row of numbers will make the right side of the graphic clickable
To show another example:
a guestbook graphic that is 180x120, the coordinate numbers would be:
0,0,90,120
90,0,180,120
If you have any questions, please feel free to email us. Good luck and have fun!