This is top bar text - It can always be disable in options panel Call Us Free: (800) 888-7777 | Follow Us -

Tables

Home » Shortcodes » Tables
Header 1 Header 2 Header 3 Header 4
Item 1 Description Description $0.00
Item 2 Description Description $0.00
Item 3 Description Description $0.00
Item 4 Description Description $0.00
Item 1: Description Description $0.00
*Table Footer here… Total: $1453450.00

Get the code

[table] 
    <thead>
    <tr>
        <th scope="col">Header 1</th>
        <th scope="col">Header 2</th>
        <th scope="col">Header 3</th>
        <th scope="col">Header 4</th>
    </tr>
    </thead>
    <tbody>
    <tr>
        <td>Item 1</td>
        <td>Description</td>
        <td>Description</td>
        <td>$0.00</td>
    </tr>
    <tr>
        <td>Item 2</td>
        <td>Description</td>
        <td>Description</td>
        <td>$0.00</td>
    </tr>
    <tr>
        <td>Item 3</td>
        <td>Description</td>
        <td>Description</td>
        <td>$0.00</td>
    </tr>
    <tr>
        <td>Item 4</td>
        <td>Description</td>
        <td>Description</td>
        <td>$0.00</td>
    </tr>
    <tr>
        <td>Item 1:</td>
        <td>Description</td>
        <td>Description</td>
        <td>$0.00</td>
    </tr>
    </tbody>
    <tfoot>
    <tr>
        <td colspan="4">
        *Table Footer here... <strong>Total: $1453450.00</strong>
        </td>
    </tr>
    </tfoot>
[/table]