Results 1 to 4 of 4

Thread: How can I display image on a button with pure HTML?

  1. #1
    Join Date
    Feb 2009
    Posts
    15

    How can I display image on a button with pure HTML?

    Hello!

    This is my question.

    "How can I display image on a button with pure HTML?"

    Regards,

  2. #2
    Join Date
    Aug 2008
    Posts
    46

    Re: How can I display image on a button with pure HTML?

    HTML Image Submit Button

    Code:
    <INPUT TYPE="image" SRC="images/submit.gif" HEIGHT="30" WIDTH="173" BORDER="0" ALT="Submit Form">
    Hope this helps!

  3. #3
    Join Date
    Aug 2008
    Posts
    103

    Re: How can I display image on a button with pure HTML?

    You can also try this code for Image Button!

    HTML Code:
    <html>
    <head>
    <title>My Page</title>
    </head>
    <body>
    <form name="myform" action="http://www.mydomain.com/myformhandler.cgi" method="POST">
    <div align="center">
    <br><br>
    <input type="text" size="25" value="Enter your name here!">
    <br><input type="image" src="rainbow.gif" name="image" width="60" height="60"><br>
    </div>
    </form>
    </body>
    </html>
    Follow this link for further information on ImageButton

  4. #4
    Join Date
    Aug 2008
    Posts
    32

    Re: How can I display image on a button with pure HTML?

    You can try this than the postings here!

    http://www.w3schools.com/html/html_examples.asp

    I hope this clears all your doubts with button & image!

Similar Threads

  1. Pure Mage VS Pure Warrior in The Elder Scrolls V: Skyrim
    By Devil.King106 in forum Video Games
    Replies: 3
    Last Post: 29-11-2011, 08:58 AM
  2. I want image instead of Back and Foward button in HTML
    By Kasper in forum Software Development
    Replies: 4
    Last Post: 11-02-2010, 07:27 PM
  3. how to i get html codes to run onclick of a button?
    By cordless33 in forum Software Development
    Replies: 7
    Last Post: 05-05-2009, 09:53 AM
  4. URL Option With Button in HTML
    By GaryK in forum Software Development
    Replies: 0
    Last Post: 02-04-2009, 11:06 PM
  5. How do I insert an image in HTML?
    By Pikachoo in forum Software Development
    Replies: 3
    Last Post: 05-02-2009, 11:09 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,868,268.14264 seconds with 17 queries