• Resolved Haim

    (@koostamas)


    Hello Tobias!

    It’s amazing what can be done with TablePress! Great!

    I have found solution for changing the font’s color and to make it bold in some rows, colons or cells. There are borders already, as well.

    I would like to remove the border between some rows, let’s say between row 10 and 11.
    How can I do this?

    And I would like to have the same borders and font changes reflected on the printed pages, and may be, in a PDF file, as well.
    How may I have this?

    Thanks a lot!

    Friendly greetings

    Tamás
    (The site is in Hungarian…)

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

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

    (@tobiasbg)

    Hi,

    thanks for your question, and sorry for the trouble.

    Removing an individual border takes some more CSS:

    
    .tablepress-id-4 .row-10,
    .tablepress-id-4 .row-10 td {
        border-bottom: none !important;    
    }
    .tablepress-id-4 .row-11 td {
        border-top: none !important;    
    }

    Unfortunately, these changes will not be taken into account in the PDF, as that can not use CSS styling, sorry ??

    Regards,
    Tobias

Viewing 1 replies (of 1 total)
  • The topic ‘Borders in the table except between some rows’ is closed to new replies.