html form question

Out of context: Reply #13

  • Started
  • Last post
  • 22 Responses
  • CygnusZero40

    Its just some stupid login page, and an email newsletter template. Im just a novice developer, and dont deal with forms much.

    Next question. I need to style a form/submit button. Here's my current form CSS, what tag do I add to start changing how a button looks? Gracias.

    form {
    background : #fff;
    color : #999;
    padding : 0px;
    font-size : 14px;
    color:#9b9ea1;
    margin:0px 0px 0px 0px;
    vertical-align:middle;

    }

    input , textarea , select , option {
    background : white;
    color : #111;
    font-family : arial, verdana, sans-serif;
    font-size : 14px;
    color:#9b9ea1;
    border: 0px;
    vertical-align:middle;
    height:41px;
    }

    • ignore all that form tag css, i know it doesnt need to be there. its in the input tag which is what i needed.CygnusZero4

View thread