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.

Line edit help please

Discussion in 'PHP' started by triphp123, Jul 15, 2009.

  1. #1
    I need to edit one line
    If you see on site sh.orten.me the submit button I want to palce that with this [​IMG] the url is
    How to I edit the line to acheive this?
     
    triphp123, Jul 15, 2009 IP
  2. Techmonkey

    Techmonkey Active Member

    Messages:
    107
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    53
    #2
    Try this:

    
    <div align="center"><br /><input type="submit" name="send" src="http://sh.orten.me/button.gif" class="button" /></form></div>  
    
    Code (markup):
     
    Techmonkey, Jul 15, 2009 IP
  3. triphp123

    triphp123 Well-Known Member

    Messages:
    1,491
    Likes Received:
    40
    Best Answers:
    0
    Trophy Points:
    125
    #3

    Nope!........
     
    triphp123, Jul 15, 2009 IP
  4. goscript

    goscript Prominent Member

    Messages:
    2,753
    Likes Received:
    306
    Best Answers:
    0
    Trophy Points:
    315
    #4
    <div align="center"><br /><input type="image" src="http://sh.orten.me/button.gif" /></form></div>
    
    HTML:
     
    goscript, Jul 15, 2009 IP
    triphp123 likes this.
  5. triphp123

    triphp123 Well-Known Member

    Messages:
    1,491
    Likes Received:
    40
    Best Answers:
    0
    Trophy Points:
    125
    #5

    Nice one , thanks.
    Left some greem for you.
     
    triphp123, Jul 15, 2009 IP
    goscript likes this.
  6. newgenservices

    newgenservices Well-Known Member

    Messages:
    862
    Likes Received:
    21
    Best Answers:
    0
    Trophy Points:
    105
    Digital Goods:
    1
    #6
    You may want to even try the CSS way rather than using input type = image as you can get over x,y co-ordinates which could be added if you are using get instead of post when submitting the form.
     
    newgenservices, Jul 15, 2009 IP