Note that there are some explanatory texts on larger screens.

plurals
  1. POHTML Table in Wordpress, Making Involuntary Gaps
    text
    copied!<p>I've have a html table which I am pasting into WP, but when I preview it, it shows space between the various cells, even though the cell spacing and padding is 0.</p> <p>It works fine outside of WP, but inside Wordpress, it messes things up.</p> <p>Any ideas?</p> <p>JH</p> <pre><code> &lt;table id="optin" width="573" height="296" border="0" cellpadding="0" cellspacing="0"&gt; &lt;tr&gt; &lt;td&gt; &lt;img src="http://www.flexkomsystem.com/images/optin/cont_01.gif" width="35" height="80" &gt;&lt;/td&gt; &lt;td&gt; &lt;img src="http://www.flexkomsystem.com/images/optin/cont_02.gif" width="500" height="80" &gt;&lt;/td&gt; &lt;td&gt; &lt;img src="http://www.flexkomsystem.com/images/optin/cont_03.gif" width="38" height="80" &gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt; &lt;img src="http://www.flexkomsystem.com/images/optin/cont_04.gif" width="35" height="280" &gt;&lt;/td&gt; &lt;td valign="top"&gt; &lt;table width="96%" border="0"&gt; &lt;tr&gt; &lt;td width="47%"&gt;&lt;img style="float:left; vertical-align:top" src="http://www.flexkomsystem.com/images/optin/text.gif" /&gt;&lt;/td&gt; &lt;td width="53%" rowspan="2"&gt;&lt;script type="text/javascript" src="http://forms.aweber.com/form/67/1134442067.js"&gt;&lt;/script&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;&lt;img style="float:left; vertical-align:bottom" src="http://www.flexkomsystem.com/images/optin/card.png" /&gt;&lt;/td&gt; &lt;/tr&gt; &lt;/table&gt; &lt;/td&gt; &lt;td&gt; &lt;img src="http://www.flexkomsystem.com/images/optin/cont_06.gif" width="38" height="280" &gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt; &lt;img src="http://www.flexkomsystem.com/images/optin/cont_07.gif" width="35" height="48" &gt;&lt;/td&gt; &lt;td&gt; &lt;img src="http://www.flexkomsystem.com/images/optin/cont_08.gif" width="500" height="48" &gt;&lt;/td&gt; &lt;td&gt; &lt;img src="http://www.flexkomsystem.com/images/optin/cont_09.gif" width="38" height="48" &gt;&lt;/td&gt; &lt;/tr&gt; </code></pre> <p></p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload