This is a question for those of you who speak Perl: What CGI.pm call do I need to use to produce the following HTML code: <button><img src="/graphics/remove.gif"></button> I have tried both $query->button(), which gives me <input type="button...> and $query->image_button, which gives me <input type="img"...>; neither of those results are desirable. Thanks, Gene