• Resolved stlwebdesign

    (@stlwebdesign)


    Hey Tobias…

    I have been using your plugin for many years and I cannot figure this one out. I am getting a HUGE white gap in my cells and I can’t figure out whey it is doing this.

    http://www.exploregreen.com/eco-experts/

    I am dropping the following code into each cell:

    <table width=”0″ border=”0″ cellpadding=”4″ cellspacing=”0″ bgcolor=”e8e8e8″>
    <tr>
    <td width=”80%”>Cynthia Barnett</td>
    <td width=”20%” rowspan=”2″ valign=”middle”><img src=”speakers/CynthiaBarnett/CynthiaBarnett-65.jpg” alt=”berenbaum” width=”65″ height=”98″ border=”1″></td>
    </tr>
    <tr>
    <td><span class=”style6″><span class=”style47″>Let It Rain… Or Not
    </span> Award-winning journalist and author Cynthia Barnett has reported on water and climate worldwide, from emerging water strife in the eastern U.S. to …</span></td>
    </tr>
    </table>

    I have scoured and looked and I can’t find the problem and/or the solution

    https://wordpress.org/plugins/tablepress/

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

    (@tobiasbg)

    Hi,

    thanks for your question, and sorry for the trouble.

    The reason for this is that you are adding other HTML code into the table cell (which itself is a table, which is not really a good idea).
    Now, that HTML code contains line breaks which are automatically changed to HTML <br /> tags, which resemble line breaks. You will have to turn this conversion off, by adding another parameter to the Shortcode:

    [table id=123 convert_line_breaks=false /]

    Regards,
    Tobias

Viewing 1 replies (of 1 total)
  • The topic ‘Huge gap in my cells’ is closed to new replies.