Home Forums WoodMart support forum Table Demonstration problem

Table Demonstration problem

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #474831

    Orange
    Participant

    The preview is correct: https://prnt.sc/LWNqj9n3l-PD
    But the actual output is not correct: https://prnt.sc/ysBQuV0n34zQ
    I am using section title to apply the code: https://prnt.sc/51mdfbMp25Z7

    The code I am using:
    <table>
    <tbody>
    <tr>
    <th colspan=”2″>日間上門照顧寵物服務</th>
    </tr>
    <tr>
    <td>30 mins</td>
    <td>$220</td>
    </tr>
    <tr>
    <td>45 mins</td>
    <td>$270</td>
    </tr>
    <tr>
    <td>60 mins</td>
    <td>$320</td>
    </tr>
    <tr>
    <td>90 mins</td>
    <td>$420</td>
    </tr>
    <tr>
    <td>120 mins</td>
    <td>$520</td>
    </tr>
    <tr>
    <th colspan=”2″>晚間上門照顧寵物服務</th>
    </tr>
    <tr>
    <td>9 小時</td>
    <td>$900</td>
    </tr>
    <tr>
    <td>12 小時</td>
    <td>$1200</td>
    </tr>
    </tbody>
    <tfoot>
    <tr>
    <td colspan=”2″>注意事項:
    1. 由第3隻寵物起,每隻加$30。
    2. 小動物例如魚、龜、鳥和兔等等,以住處的數量計算,例如由第3籠兔子或第3缸魚起,每籠/缸加$30。
    3. 視乎閣下的居住地點而定,我們可能會向您收取額外的費用,一切費用均會在付款前清楚列明。</td>
    </tr>
    </tfoot>
    </table>

    Link of the website: https://furrigoods.hk/pet-sitting-service/

    What is the problem?

    Thanks!

    #474924

    Hello,

    You can use HTML code Elements for this code and check the issue.
    https://ibb.co/hRwyRKR

    Best Regards.

Viewing 2 posts - 1 through 2 (of 2 total)