• First the question. How do I set the width of the table? I use tables to organize pictures on my site (http://www.mcgiver.d2g.com/corobri) and I want the table to be 75% of the width page.
    I tried several css statements from google, but none seem to work.

    And now the suggestion – you have a way of opening a LINK in a new window. I use thumbnails for my images and I’d like to have the full size image open in a new window. I can manually insert the code, but with 8 or 10 pictures, that gets a bit tedious. Can that feature be added to the current release or a new release?
    Thanks
    Phill

Viewing 1 replies (of 1 total)
  • Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    regarding the width of the table, have you tried the “Custom CSS”

    .wp-table-reloaded-id-123 {
      width: 75%!important;
    }

    where 123 needs to be changed to your table’s ID?

    For the links: No, sorry that is not possible. Those links on the images are coming from the WordPress Media Library, and I can not change the coming from there. However, all you need to do is add

    target="_blank"

    to the link HTML, so that’s should not be too much work for 10 images.

    Best wishes,
    Tobias

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: WP-Table Reloaded] A question and a suggestion’ is closed to new replies.