How do I make the lines (grid lines) show up?

  • Djtopmix
    Asked on September 7, 2015 at 11:23 PM
    Hi

    Could you please help. This is the form I am currently working on
    http://www.jotform.com//?formID=51728489440362. When I look at the table when/while
    editing it DOES show me the gridlines but when I do a preview, they don't
    show. How do I make the lines (grid lines) show up????

    Thanks in advance for an early reply

    Kind regards
    Fernando
  • Elton Support Team Lead
    Replied on September 7, 2015 at 11:29 PM

    That's because of the default theme "Nova Theme" which removes the border lines on tables but injecting the following CSS codes to your form should correct it.

    .form-all td {border: 1px solid #4E4E4E !important;}

    .form-all table{border-collapse: collapse;}

    Guide: http://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes-to-your-Form

    Hope this helps!