Web Resources - a listing of quality resources useful to any web author... graphics, javascripts, cgi, etc.
GateKeeper - cool password protection with javascript.
Magic Buttons - learn to make javascript mouseovers.
Joke Break - a joke a day helps keep high blood pressure away.
Before we go on, there is one more thing I want to mention. You can also use images in a form. As a matter of fact, you can use just about anything in a form or a form in anything. Just watch your html syntax and avoid overlapping tags.
The html for the above form is here if you are interested.
Overlapping tags, for those that are wondering, are tags that... um... overlap. Let me illustrate.
<TABLE><FORM></TABLE></FORM> Overlapping tags.... bad
<TABLE><FORM></FORM></TABLE> Nested tags.... good