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

    (@tobiasbg)

    Hi,

    that actually depends on the actual table (and its styling), because the theme can sometimes influence this.

    Usually, something like

    .wp-table-reloaded-id-123,
    .wp-table-reloaded-id-123 tr {
      border-top: 1px solid #000 !important;
      border-bottom: 1px solid #000 !important;
    }

    works.

    Best wishes,
    Tobias

    Thread Starter chakadog

    (@chakadog)

    Tobias,

    Thank you so much for your quick reply.

    I forgot to call the border style so it didn’t appear. Thanks for pointing out how brain-dead I can be sometimes!

    Here’s a follow-up question:

    I’m also trying to style for printed output and regardless of what I add to my print-css stylesheet the tables won’t respond in a predictable fashion. Is there an easy way to style printed output? Sometimes I call a table directly and can get borders to show up, other times not, background colors, never. Interestingly enough, invoking print media css using the Firefox Web Developer tool does indeed show the styling. An actual print preview does not. I realize this question may be beyond the scope of your plug-in, however, if you have any quick tips I’d appreciate it.

    As a test I copied the entire custom css you provided at the end of my print stylesheet… still nothing.

    Thanks Tobias for any help you can provide!

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    no problem! ??

    About that print CSS: Unfortunately, I’m unable to help with that ?? I have never really worked with CSS that is directly related to printing. From what I know, there’s a “media” target print, which can be used to load another CSS file. I don’t know why sometimes the code works and sometimes it doesn’t. This should however be a “plain” CSS issue, and nothing directly related to WP-Table Reloaded.

    Best wishes,
    Tobias

    Thread Starter chakadog

    (@chakadog)

    OK Tobias – fair enough.

    Once again thanks for your work on WP Table-Reloaded. Much appreciated.

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    sure, you are very welcome!

    Regards,
    Tobias

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘[Plugin: WP-Table Reloaded] Only borders on top/bottom of rows’ is closed to new replies.