Forum Replies Created

Viewing 1 replies (of 1 total)
  • Thread Starter projectrk

    (@projectrk)

    update on the page, please check it out here Check out

    I was expecting that the table should be where it should according to my code. unfortunately, the table overrides everything and reposition the table on the very top of the content page.

     
    <table class="payroll-table" border="0" width="100%" align="center">
    <tbody>
    <tr class="pt-title">
    <td>
    <h5>Transaction p/month</h5>
    </td>
    <td>
    <h5>Up to 100</h5>
    </td>
    <td>
    <h5>100 to 250</h5>
    </td>
    <td>
    <h5>250 to 500</h5>
    </td>
    <td>
    <h5>500 to 1000</h5>
    </td>
    <td>
    <h5>Over 1000</h5>
    </td>
    </tr>
    <tr>
    <td>New/Small Business</td>
    <td>$99/mo</td>
    <td>$199/mo</td>
    <td></td>
    <td></td>
    <td></td>
    </tr>
    <tr>
    <td>Small to Medium Business</td>
    <td></td>
    <td></td>
    <td>$349/mo</td>
    <td>$599/mo</td>
    <td></td>
    </tr>
    <tr>
    <td>Medium to Large Business</td>
    <td></td>
    <td></td>
    <td></td>
    <td></td>
    <td>$599+ $0.45 p/trans. > 1000</td>
    </tr>
    </tbody>
    </table>
    &nbsp;
    
    CSS
    [hz_price_table id=389]
    
    Responsive Pricing Table
    [show_pricing_table table_id=317]
Viewing 1 replies (of 1 total)