html form question

Out of context: Reply #16

  • Started
  • Last post
  • 22 Responses
  • CygnusZero40

    One other question. In the emailer I have a table that I need to be a button, so I put an a tag around it and referencing the below CSS, and everything is fine except for the fact that there is a black underline in the copy in the table. Cant get rid of it. Any clues?

    .tableButton
    {
    padding: 5px 10px !important;
    font-size: 14px !important;
    background-color: #7ab800;
    font-weight: bold;
    color: #fff;
    width: 249px;
    color: #ffffff;
    font-family:Arial, Helvetica, sans-serif;
    text-decoration:none;
    }
    .tableButton a:link {color:#fff; text-decoration:none;}
    .tableButton a:visited {color:#fff; text-decoration:none;}
    .tableButton a:hover {color:#fff; text-decoration:none;}
    .tableButton a:active {color:#fff; text-decoration:none;}

View thread