EvilTypeGuy has asked for the wisdom of the Perl Monks concerning the following question:

This node falls below the community's threshold of quality. You may see it by logging in.

Replies are listed 'Best First'.
(zdog) RE: Submit Button Graphic?
by zdog (Priest) on Aug 17, 2000 at 08:51 UTC
    First of all, this should go in Seekers of Perl Wisdom.

    Secondly, although this may seem like a Perl question in some ways, it seems to me that this is actually an HTML question.

    I believe this is how you would do it:

    <input type=image src="my_image.jpg" name="Submit">

    Hope this helps.

    Zenon Zabinski | zdog | zdog7@hotmail.com

      Nope. I don't think that would do it. I tried that, and in matter of fact stuck in the same problem. I think if you assign a name attribute to the tag, it returns the x,y value of where the user clicked on the image you are using.

      Myles