The Basic Meeting List Toolbox

A Fancy Demonstration of the [[BMLT_TABLE]] Shortcode

This is a demonstration of 4 different instances of the [[bmlt_table]] shortcode on one page.

In real life, you probably don’t want to do this, as it will be too confusing.

It demonstrates all 4 ASCs on Long Island, New York.

Sample Code:

<table border="0" cellspacing="4" cellpadding="0">
    <tr>
        <td width="50%"><p style="text-align: center; display: block; font-weight: bold;">Suffolk Area Service</p>
        [[bmlt_table(1339674838##-##services=1001)]]</td>
        <td width="50%"><p style="text-align: center; display: block; font-weight: bold;">Eastern Long Island Area Service</p>
        [[bmlt_table(1340807236##-##services=1003)]]</td>
    </tr>
    <tr>
        <td width="50%"><p style="text-align: center; display: block; font-weight: bold;">Nassau Area Service</p>
        [[bmlt_table(services=1002)]]</td>
        <td width="50%"><p style="text-align: center; display: block; font-weight: bold;">Simply Spiritual Area Service</p>
        [[bmlt_table(1459860497##-##services=1004)]]</td>
    </tr>
</table>

Suffolk Area Service

[[bmlt_table(1339674838##-##services=1001)]]

Eastern Long Island Area Service

[[bmlt_table(1340807236##-##services=1003)]]

Nassau Area Service

[[bmlt_table(services=1002)]]

Simply Spiritual Area Service

[[bmlt_table(1459860497##-##services=1004)]]