html input form button no edge

Discussion in 'Programming' started by mutley, Jan 15, 2008.

  1. #1
    ok i how do i make a html buttion like this


    <input type="submit" value="Submit" name="submit"/>

    have no box around it so it is just like text is using inline css :D

    thank you guys for your help
     
    mutley, Jan 15, 2008 IP
  2. shallowink

    shallowink Well-Known Member

    Messages:
    1,218
    Likes Received:
    64
    Best Answers:
    2
    Trophy Points:
    150
    #2
    shallowink, Jan 15, 2008 IP
  3. mutley

    mutley Peon

    Messages:
    356
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #3
    ok thank you for you reply shallowink but what i want to do is make the submit bottom on the html form that sends the data to a php file to be clear so it just looks like text

    thank you again

    but i going to keap a note of that website as it will come in handy :rolleyes:
     
    mutley, Jan 15, 2008 IP
  4. mlkshake

    mlkshake Peon

    Messages:
    73
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #4
    You can make an image of it and use

    <input type="image" value="Submit" name="submit"/>
     
    mlkshake, Jan 17, 2008 IP