Forum


Replies: 5   Views: 1335
Delete blank rows under the table
Topic closed:
Please note this is an old forum thread. Information in this post may be out-to-date and/or erroneous.
Every phpdocx version includes new features and improvements. Previously unsupported features may have been added to newer releases, or past issues may have been corrected.
We encourage you to download the current phpdocx version and check the Documentation available.

Posted by neukanri  · 20-10-2020 - 08:43

source

<div class="section">
    <p class="sSectionTitle">TITLE</p>
    <p class="indentStyle">
        <span class="sectionNumber">NUMBER</span> AAAAAAA
    </p>
    <ul class="numList">
        <li>BBBBBBBBBBBBBBBBBbb
        <table class="teigakuTable" border="0" cellpadding="0" cellspacing="0" style="width:98%;">
                <tr>
                    <td style="width:10%">&nbsp;</td>
                    <td style="width:35%">1. AAAAAA</td>
                    <td style="width:55%">BBBB</td>
                </tr>
                <tr>
                    <td style="width:10%">&nbsp;</td>
                    <td>2.BBBBBB</td>
                    <td>CCCCCC</td>
                </tr>
                <tr>
                    <td style="width:10%">&nbsp;</td>
                    <td>3.CCCCCC</td>
                    <td>DDDDDDDDDDDDDDDDDDDDD</td>
                </tr>
        </table>
        </li>
        <li>COMMENTTTTTTT</li>
    </ul>
</div>