Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    thanks for your post.

    The reason for this are the line breaks in the HTML code. When that HTML code for the small tables is entered into WP-Table Reloaded, these get transformed to HTML <br> tags automatically. And this is was creates that large white space.
    To fix this, you’ll have to enter the code for the small tables in one line of text (if you drag the input field very wide), i.e. like

    <table><tr><td>...</td></tr><tr><td>...</td></tr></table>

    instead of

    <table>
      <tr>
        <td>...</td>
      </tr>
      <tr>
        <td>...</td>
      </tr>
    </table>

    Do you see what I mean? Everything has to be in one line, except for those line breaks that are added automatically by the browser due to the input field size.

    Another option would be to also use WP-Table Reloaded for the small tables, and then just paste their Shortcodes into the big table.

    Regards,
    Tobias

    Thread Starter SolinvictusDK

    (@solinvictusdk)

    Thank you very much. Works perfect ??

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    great! ??
    Thanks for the confirmation!

    Best wishes,
    Tobias

    Thread Starter SolinvictusDK

    (@solinvictusdk)

    This is not a question, but just at link to the final page, where the plugin is used, with your suggestion ??

    https://gode-is-opskrifter.dk/ismaskine/ismaskiner-med-kompressor

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    thanks for sharing the site. Always happy to see how the plugin is used! ??

    Best wishes,
    Tobias

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Table inside a table’ is closed to new replies.