Input table: Add the gridlines

  • JoshTC06
    Asked on January 24, 2018 at 4:15 PM

    How can I make the gridlines of a table viewable?

  • aubreybourke
    Replied on January 24, 2018 at 5:14 PM

    You can modify the CSS for the input table:

    th, td {

        border : 1px solid black !important;

        background-color: #eee;

        padding: 5px;

    }

    1516832017The Easiest Online Form Builde Screenshot 10

    Instructions here:

    How-to-Inject-Custom-CSS-Codes