Table Styles

Parameters

  • width: number, px, %

Shortcode Option Panel

shortcode-tables
CompanyHeader 1Header 2Header 3Header 4
The foot text for this table
Company 1DivisionDivisionDivisionDivision
Company 2DivisionDivisionDivisionDivision
Company 3DivisionDivisionDivisionDivision
Company 4DivisionDivisionDivisionDivision
[styled_table] <table> <thead> <tr> <th scope="col"><strong>Company</strong></th> <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> <tfoot> <tr> <td colspan="5"><em>The foot text for this table</em></td> </tr> </tfoot> <tbody> <tr> <td>Company 1</td> <td>Division</td> <td>Division</td> <td>Division</td> <td>Division</td> </tr> </tbody> </table> [/styled_table]
CompanyHeader 1Header 2Header 3Header 4
The foot text for this table
Company 1DivisionDivisionDivisionDivision