• Resolved viclittledesigns

    (@viclittledesigns)


    How to merge cells in Table press shall be row wise or column wise, I am using the Table press plugin in a client’s website as I am in the process of creating the table I found the need to merge 2 or more adjacent cells row wise or column wise How to do that?

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    Just use the corresponding Merge/combine buttons on the “Edit” screen of the table, below the table input fields.

    Regards,
    Tobias

    Thread Starter viclittledesigns

    (@viclittledesigns)

    Now I can Able to merge cells, shall I add verticle border or space between columns if so How to do?

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    to add a border around all cells, you could add this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:

    .tablepress-id-123 thead th,
    .tablepress-id-123 tbody td {
      border: 1px solid #cccccc;
    }

    The table IDs need to be adjusted as necessary.

    Regards,
    Tobias

    Thread Starter viclittledesigns

    (@viclittledesigns)

    Require the color in column wise header in deep blue (color I want to set now I am getting default light blue color, header text in White) for each alternate column light blue color , except header text all the table content text in black color.

    Thread Starter viclittledesigns

    (@viclittledesigns)

    The cells borders worked fine & the issue resolved. I do require 2 more clarification

    1. How do I enter fraction numbers in the cells (like 4 & 1/2) I did check in the advanced editor also I could not find any.

    2. Require the color in column wise header in deep blue (color I want to set now I am getting default light blue color, header text in White) for each alternate column light blue color , except header text all the table content text in black color.

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    I’m not sure what you mean with fractions. For 1/2, you could write

    ½
    

    For the table header color, please try https://tablepress.org/faq/change-background-color-table-head-row/

    Regards,
    Tobias

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘How to merge cells in Table press shall be row wise or column wise’ is closed to new replies.