***GeL `97***
***IMAGES & LINKS***

***Images and links are VERY simple to anyone who can read, first I will  ***
***First i will start with IMAGES: <IMG SRC="gel3.jpg"> </IMG>            *** 
***that line would load the file GEL3.JPG included in our pack, anyways   ***
***that is basically how you load a IMAGE into a HTML document            ***
***No for the Parameters, the only parameter that has been of ANY use to  ***
***me has been the <IMG BORDER=2 SRC="gel3.jpg"> </IMG>. This would make  *** 
***a border around the image, honestly i don't know the measurement it    ***
***it uses but 2 is a pretty safe bet.                                    ***

***Links are not that hard, believe it or not a link is much like a IMAGE ***
***<A HREF="NAME.htm"> </A> This line here by itself is of NO use to the  ***
***user a clickable link must be added that is done like this:            ***
***<A HREF="NAME.HTM"> Name.Htm </A> that would allow the user to click on***
***a line that said: Name.Htm :. Which in turn would pass them onto that  ***
***page.                                                                  ***


***Using IMAGES in LINKS is actually quite simple watch.                  ***
***<A HREF="NAME.HTM"> <IMG SRC="GEL3.JPG"> </IMG> </A> thats it! Now lets***
***break it down. <A HREF="NAME.HTM">= The actual LINK.                   ***
***<IMG SRC="GEL3.JPG">=The GEL3.JPG picture                              ***
*** Well what you did is instead of making text for the user to click on  ***
***you made a image, do you see it now?                                   ***
***<A HREF="NAME.HTM"> <IMG SRC="GEL3.JPG"> </IMG> </A> you see instead of***
***having NAME.HTM as the clickable object you had "Gel3.JPG" the picture!***
