• Resolved CorporateBattlefields

    (@corporatebattlefields)


    Hi there, apologies if this has been asked before, I did do a solid 20mins of scouring the web before posting.

    I can create borders in tables using CSS you’ve posted elsewhere, however I can’t seem to find one that only gives me an outline border. I don’t need any of the vertical lines, and the table in question only has one row.

    Regards,

    Jake

    https://wordpress.org/plugins/tablepress/

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.

    Instead of adding borders to the cells, you’ll then just want to add a border to the table, with some “Custom CSS” (on the “Plugin Options” screen), like

    .tablepress-id-123 {
      border: 2px solid #000000;
    }

    Regards,
    Tobias

    Thread Starter CorporateBattlefields

    (@corporatebattlefields)

    Cheers!

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    no problem, you are very welcome! 🙂 Good to hear that this helped!

    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 ‘Add table border – outline only’ is closed to new replies.