1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Where do i put the url in this code?

Discussion in 'Programming' started by imteaz, Jun 25, 2015.

  1. #1
    Hi, in this code, where i can put url, so the image button (images/play_btn.gif ) will be click able. Can anyone help?
    Thanks

    <td align="left" valign="top" style="padding-bottom:5px;">
    <input type="image" src="images/play_btn.gif" name="Submit3" value="Submit" />
    </td>
    </tr>
     
    Solved! View solution.
    imteaz, Jun 25, 2015 IP
  2. #2
    I'm not sure what you are trying to do with that since the code you provided is incomplete. why not just put a link on an image something like the code below

    <a href="link where you want to redirect when they click on the image">
    <img src="images/play_btn.gif">
    </a>

    with this code, when someone clicks on the image they will be automatically redirected to the link you provided.
     
    immech, Jun 25, 2015 IP
  3. imteaz

    imteaz Notable Member

    Messages:
    4,411
    Likes Received:
    255
    Best Answers:
    0
    Trophy Points:
    225
    #3
    thank you
     
    imteaz, Jun 25, 2015 IP