• Resolved joerc

    (@joerc)


    I noticed that one of the websites where I found information on TablePress had a sample table drawn with a frame around it. I can seem to find the proper preference to set this up. Here is the link to the image of the table I am referring to:

    https://managewp.com/tablepress

    How can I draw a frame around my tables in TablePress similar to the one shown here ?

    Thank you in advance,

    Joe.

    https://ww.wp.xz.cn/plugins/tablepress/

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

    (@tobiasbg)

    Hi,

    the table on that page is not actually a table, but an image, and the theme on that site simply adds a border/frame around the image.

    It should however be possible to add one like that on a table as well, e.g. with “Custom CSS” like

    .dataTables_wrapper {
      border: 1px solid #dddddd;
      padding: 8px;
    }

    Regards,
    Tobias

Viewing 1 replies (of 1 total)

The topic ‘Frame around Table.’ is closed to new replies.