how to make an image a button???

Discussion in 'WordPress' started by Sherlin.Austin, Jan 13, 2011.

  1. #1
    :confused: can any body tell me how can I make an image a button.
    For example, I want to show back and next links within beautiful images???

    Please Help
     
    Sherlin.Austin, Jan 13, 2011 IP
  2. seafrontsteve

    seafrontsteve Peon

    Messages:
    451
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    0
    #2
    In the HTML code for your button, just add link to the image you want to use:
    <INPUT TYPE="image" SRC="images/myimage.gif" HEIGHT="30" WIDTH="173" BORDER="0" ALT="Submit Form">

    That assumes your image is named myimage.gif and you keep it in an images folder of the directory your html page code is stored.
    Otherwise subsitite the full url for the image

    You can f course make the button / image any size you like
     
    seafrontsteve, Jan 13, 2011 IP
  3. Sherlin.Austin

    Sherlin.Austin Peon

    Messages:
    86
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    BUT I want to do it Wordpress for my Blog.... pure HTML wont work....
     
    Sherlin.Austin, Jan 13, 2011 IP
  4. Sherlin.Austin

    Sherlin.Austin Peon

    Messages:
    86
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Sherlin.Austin, Jan 13, 2011 IP
  5. Tanya Roberts

    Tanya Roberts Active Member

    Messages:
    250
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    75
    #5
    view "index.php" of he template and replace "Next >>" with the above person
     
    Tanya Roberts, Jan 13, 2011 IP
  6. Lillian

    Lillian Greenhorn

    Messages:
    27
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    11
    #6
    go to the html section of your blog or page post. Use the upload image button at the top with your cursor placed where you want the image to go. The first set of html < a href= ...>will be your upload image information. Replace that with the url that you want the button to direct people too. would give you an example but can't put html in my posts yet.
     
    Lillian, Jan 13, 2011 IP
  7. ``Yousef

    ``Yousef Peon

    Messages:
    134
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #7
    Depends whether it's a form or a standard link;

    Form - <input type="image" src="link_here" />
    HTML - <a href="link_here_to_go_to"><img src="link_image" /></a>
     
    ``Yousef, Jan 13, 2011 IP