Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    For this, you will basically have to remove the borders on the cells of the edge cells. For that, please try using some “Custom CSS” (on the “Plugin Options” screen) like this:

    .tablepress-id-123 td {
      border: 1px solid #dddddd;
    }
    .tablepress-id-123 tr:first-child td {
      border-top: 1px solid transparent;
    }
    .tablepress-id-123 tr:last-child td {
      border-bottom: 1px solid transparent;
    }
    .tablepress-id-123 tr td:first-child {
      border-left: 1px solid transparent;
    }
    .tablepress-id-123 tr td:last-child {
      border-right: 1px solid transparent;
    }

    Regards,
    Tobias

    Thread Starter massa974

    (@massa974)

    You rock man, I promise I’ll donate when I can.

    Thanks a lot for doing all this !

    Cheers.

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    no problem, you are very welcome! 🙂 Good to hear that this helped!
    And thanks for wanting to donate, I really appreciate it!

    Best wishes,
    Tobias

    P.S.: In case you haven’t, please rate TablePress here in the plugin directory. Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘No outside, but inside borders ?’ is closed to new replies.