Tables

[table cols="Service,Price Per Hour, Project Based Hour Price" data="
Design & Build, $60, $50,
Plastering, $45, $40,
Electrical, $55, $50,
Plumbing, $45, $40"]

The table shortcode can only contain plain text. If you want to use html in your table please add the tables but with html inside the “Custom HTML” widget:

<table class="custom-table">
    <thead>
        <tr>
            <td>Type</td>
            <td>Session</td>
<table class="qt-table default">
    <thead>
        <tr>
            <td>Type of Ticket</td>
            <td>Weekdays</td>
            <td>Weekends</td>
        </tr>
    </thead>
    <tbody>
        <tr>
            <td>Thermal Bath with locker</td>
            <td>$15.00</td>
            <td>$20.00</td>
        </tr>
        <tr>
            <td>Thermal Bath with cabin</td>
            <td>$20.00</td>
            <td>$25.00</td>
        </tr>
        <tr>
            <td>Private cabin & entrance</td>
            <td>$45.00</td>
            <td>$50.00</td>
        </tr>
        <tr>
            <td>Thermal Bath + 60 min massage</td>
            <td>$70.00</td>
            <td>$79.00</td>
        </tr>
    </tbody>
</table>
Was this page helpful?