0

WPに貼り付けているhtmlテーブルがありますが、プレビューすると、セルの間隔とパディングが0であっても、さまざまなセル間にスペースが表示されます。

WPの外では問題なく動作しますが、Wordpressの中ではうまくいきません。

何か案は?

 <table id="optin" width="573" height="296" border="0" cellpadding="0" cellspacing="0">
<tr>
    <td>
        <img src="http://www.flexkomsystem.com/images/optin/cont_01.gif" width="35" height="80" ></td>
    <td>
        <img src="http://www.flexkomsystem.com/images/optin/cont_02.gif" width="500" height="80" ></td>
    <td>
        <img src="http://www.flexkomsystem.com/images/optin/cont_03.gif" width="38" height="80" ></td>
</tr>
<tr>
    <td>
        <img src="http://www.flexkomsystem.com/images/optin/cont_04.gif" width="35" height="280" ></td>
    <td valign="top">


        <table width="96%" border="0">
          <tr>
            <td width="47%"><img style="float:left; vertical-align:top" src="http://www.flexkomsystem.com/images/optin/text.gif"  /></td>
            <td width="53%" rowspan="2"><script type="text/javascript" src="http://forms.aweber.com/form/67/1134442067.js"></script></td>
          </tr>
          <tr>
            <td><img style="float:left; vertical-align:bottom" src="http://www.flexkomsystem.com/images/optin/card.png"  /></td>
          </tr>
        </table>

        </td>
    <td>
        <img src="http://www.flexkomsystem.com/images/optin/cont_06.gif" width="38" height="280" ></td>
</tr>
<tr>
    <td>
        <img src="http://www.flexkomsystem.com/images/optin/cont_07.gif" width="35" height="48" ></td>
    <td>
        <img src="http://www.flexkomsystem.com/images/optin/cont_08.gif" width="500" height="48" ></td>
    <td>
        <img src="http://www.flexkomsystem.com/images/optin/cont_09.gif" width="38" height="48" ></td>
</tr>

4

1 に答える 1