• Resolved Arro

    (@arro)


    Please see site and suggest how to:

      1, Decrease cell height of columns 1 & 3 by about 50% and possibly add more cells without increasing table height.
      2. Split cell B2 into six cells evenly spaced above the map and link each to a different web page.
      3. Going froward, how does one specify the height and width of a table?

    Thank you!

    https://www.ads-software.com/plugins/tablepress/

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

    (@tobiasbg)

    Hi,

    thanks for your question, and sorry for the trouble.

    1. Just add more rows. Don’t forget that the sume of the height of rows has to match the image height. Either decrease that or add more rows with text.

    2. Just use a similar approach as with the #rowspan#. Add more columns and then add #colspan# in the full image block.

    3. In general the content of a table dictates its height and width. You can however try to use some “Custom CSS” like

    .tablepress-id-1 {
      width: 800px;
    }

    Regards,
    Tobias

    Thread Starter Arro

    (@arro)

    May I trouble you further on this issue Tobias about how to hide the grid or border lines?

    And, is it okay to put two tables on one page, one above the other?

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    for the CSS to remove the border lines, please see the TablePress FAQ entry at https://tablepress.org/faq/remove-borders-from-a-table/

    And sure, having multiple tables on a page is no problem. Just add the respective Shortcodes to the page content.

    Regards,
    Tobias

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Cell height & alignment again’ is closed to new replies.