Viewing 2 replies - 1 through 2 (of 2 total)
  • I used Firebug o look at the HTML & CSS used for your CF7 form.

    I can’t see a HTML table in the Parts Required section of your form.

    border-collapse:collapse; only works on HTML tables – see https://www.w3schools.com/cssref/pr_border-collapse.asp

    Rather this area seems to be styled mainly as follows:

    button, input, textarea {
    border: 1px solid #CCCCCC;
    border-radius: 3px 3px 3px 3px;
    font-family: inherit;
    padding: 0.428571rem;
    }

    Thread Starter coconurtaler

    (@coconurtaler)

    Hi,
    Think I was having a blond moment. The table I wanted to change the borders on is within the email that gets sent from the form. I’ve managed to get the effect I want with cellspacing=”0″.
    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘where to put border-collapse for table in form email’ is closed to new replies.