Viewing 5 replies - 16 through 20 (of 20 total)
  • thanks for the super quick answer, Tobias. For me there is way too much space underneath the top table.

    I know more about tables than DIV, so tables were easier for me. Can you point me to a easy way to learn more about DIVs? I normally do this type of formatting an Word, of course.

    Thanks!

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    no problem, you are welcome!

    To reduce the space below the top table, you could remove the margin around the image in the table:

    .wp-table-reloaded-id-1 img {
      margin: 0!important;
    }

    For the <div>s: No sorry, I don’t really have hints on that. Most tutorials on modern webdesign will. And you are actually using that approach on the page already, for those texts that are in the two columns. That seems to be another plugin, so you might not be able to use it directly.

    Regards,
    Tobias

    Hi Tobias,

    Two tables (#s 1&2) from the above web site did not survive the move to its proper home (zier-law.de). I reconstructed these from the old site using the exact same info (just updated photo address), including the table options. For some reason the spacing is all different from the original. I tried a few fixes but nothing worked. How do I get rid of the space above or below the text in the right column?

    It should look like grityphoto.net.

    A side note, the table is 2×2, and there is a rowspan (!!) in column one, row two at grittyphoto.net. That should not work and did not at zier-law.de.

    Your help is appreciated! The site is live now.
    Kevin

    Tobias, Just after posting I thought to double check the spanning, and realize that spanning must be set by the options (and not simply typed in) and that I mixed up colspan and rowspan. All is well!

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    great! ?? Good to hear that you found the cause of the problem!

    Best wishes,
    Tobias

Viewing 5 replies - 16 through 20 (of 20 total)
  • The topic ‘[Plugin: WP-Table Reloaded] Space between tables on page’ is closed to new replies.