• Resolved brieuc

    (@brieuc)


    Hi.
    I have a table with 2 coloumns (A and B) and 4 rows.
    Coloumn A is with a row span. It will contain a picture.
    Coloumn B has 4 ordinary rows – they will contain, name, address etc.
    I want all of my content to appear exact in center and the middle of each table box.
    How do I do that?

    Regards and thx.

    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.

    This is usually possible with some “Custom CSS” like this:

    .tablepress-id-123 td {
      text-align: center;
      vertical-align: middle;
    }

    (where 123 is the ID of the table).
    Please try adding that to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress.

    If this does not help, please post a link to the page with the table, so that I can take a direct look. Thanks!

    Regards,
    Tobias

    Thread Starter brieuc

    (@brieuc)

    hm.. the text is not exact centered in the middle?
    Plz take a look at this link?

    https://72ab.dk/?page_id=128

    (it is a homepage for the cooperative where I live.)

    One more question – how do you print a table ? (Currently trying to usePrint O Matic)
    I have created a member list in tablepress. It looks super online, but it is hard to get the head coloumn and the data coloumns the same witdh.
    Is there a better way to print a table from your site?
    Maybe there is a more simple(and add free, not like printfriendly pdf etc.)way to print your tables?

    Once again – thx a lot.

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    thanks for the link! Unfortunately, I can’t see any tables, as it only asks me to log in ??

    About printing: Printing tables requires the browser’s printing function. Thus, the result depends on that.
    One convenient way to add a “Print” button could be this TablePress Extension: https://tablepress.org/extensions/datatables-tabletools/

    Regards,
    Tobias

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Content exact in center and middle.’ is closed to new replies.