[[TABLE:id|class|style]]
[[TABLE:table1|view_table|background-color:#fff;]]
This shortcode is the equivalent to the html table tag but is much easier to read and involves slightly less typing.:
<table id="table1" class="view_table" style="background-color:#fff">
Use [[END_TABLE]] or </table> to close table container.