Viewing 1 replies (of 1 total)
  • Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    thanks for your question.

    That’s because the rowspan and colspan have nothing to do with the styling itself. For that, you’ll need extra CSS code that adds border like on the demo page. Please try adding the following code to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress, an adjust the table ID:

    .tablepress-id-123 tbody td {
      border: 1px solid #DDDDDD;
    }

    Regards,
    Tobias

Viewing 1 replies (of 1 total)
  • The topic ‘table border line not showing’ is closed to new replies.