Shortcodes: Styled Tables

[raw] [row][box type=”warrning” style=”” class=””]Lorem ipsum dolor sit amet, consectetur adipiscing elit.[/box] [col type=”1_3″] [box type=”download_box” class=”box_gray”]Place your own text here[/box] [/col] [col type=”1_3″] [box type=”info_box” class=”box_blue”]Place your own text here[/box] [/col] [col type=”1_3″] [box type=”warrning_box” class=”box_green”]Place your own text here[/box] [/col] [/row] [divider type=”thin”] [toggle_code title=”Toggle Code Box Styles”] [row] [col type=”1_3″] [box type=”download_box” class=”box_gray”] Place your own text here
[/box] [/col] [col type=”1_3″] [box type=”info_box” class=”box_blue”] Place your own text here
[/box] [/col] [col type=”1_3″] [box type=”warrning_box” class=”box_green”] Place your own text here
[/box] [/col] [/row] [divider type=”thin”] [/toggle_code] [divider type=”thin”] [box type=”note_box” class=”box_pink border”]Information Styled Box (Can contain other shortcodes)[/box]

[box type="note_box" class="box_pink"]
    Place your own text here
[/box]
[divider type=””] [table class=”table_gray”]
Browser Version CSS Grade Platform
Firefox 3.10 AAA Win XP
Internet Explorer 8 C Win Vista
Chrome 5 BB Win 7

[/table] [table class=”table_yellow shadow”]

Browser Version CSS Grade Platform
Firefox 3.10 AAA Win XP
Internet Explorer 8 C Win Vista
Chrome 5 BB Win 7

[/table] [table class=”table_blue”]

Browser Version CSS Grade Platform
Firefox 3.10 AAA Win XP
Internet Explorer 8 C Win Vista
Chrome 5 BB Win 7

[/table] [table class=”table_green_apple”]

Browser Version CSS Grade Platform
Firefox 3.10 AAA Win XP
Internet Explorer 8 C Win Vista
Chrome 5 BB Win 7

[/table] [table class=”table_dark_gray”]

Browser Version CSS Grade Platform
Firefox 3.10 AAA Win XP
Internet Explorer 8 C Win Vista
Chrome 5 BB Win 7

[/table] [table class=”table_purple shadow”]

Browser Version CSS Grade Platform
Firefox 3.10 AAA Win XP
Internet Explorer 8 C Win Vista
Chrome 5 BB Win 7

[/table]


[table class="table_purple shadow"]
                    <table width="100%" >
                        <thead>
                            <tr>
                                <th style="width:25%">Browser</th>
                                <th style="width:25%">Version</th>
                                <th style="width:25%">CSS Grade</th>
                                <th style="width:25%">Platform</th>
                            </tr>
                        </thead>
                        <tbody>
                            <tr>
                                <td>Firefox</td>
                                <td>3.10</td>
                                <td>AAA</td>
                                <td>Win XP</td>
                            </tr>
                            <tr>
                              <td>Internet Explorer</td>
                              <td>8</td>
                              <td>C</td>
                              <td>Win Vista</td>
                            </tr>
                            <tr>
                                <td>Chrome</td>
                                <td>5</td>
                                <td>BB</td>
                                <td>Win 7</td>
                            </tr>
                        </tbody>
                    </table>
[/table]

Table Parameters

color: “gray” – default (white, brown, blue, green_apple, dark_blue, purple)

[/raw]

Leave a Reply

Your email address will not be published. Required fields are marked *