- From: Lambert <paumic@ids.net>
- Date: Thu, 14 Sep 1995 22:35:26 -0400
- To: www-html@w3.org
>I know it's possible to use an image in place of a text "submit" button in >a form. >Could someone be so kind as to post me the html for this or point me to a site? >Thanks a lot. > >mark@metrobeat.com > >______________________________ >Mark Davies I think that this feature is only available in the HTML 3.0 standard. The code for it would be, as of right now, is: <FORM METHOD="POST" ACTION="script path" <INPUT NAME="YourName"><P> <INPUT TYPE="submit" SRC="image path" </FORM> Don't rely on this, since I don't think any browsers currently support this feature yet. When HTML 2 becomes standard, it will. Mike
Received on Thursday, 14 September 1995 23:18:21 UTC