Use the [bw_block] and [bw_eblock] shortcodes to create blocks of content. Each bw_block shortcode must be paired with a bw_eblock shortcode.
[bw_block title="a block" class="w50p3"]This is the content of the a block[bw_eblock]
[bw_block class="w50p3"]This is the content of the b block. It has no title.[bw_eblock]
a block
This is the content of the a block
This is the content of the b block. It has no title.
Notes
- For sites using Artisteer themes, the HTML generated by these shortcodes depends on the version of Artisteer.
- You may find it easier to use [div] and [ediv], even if you are using Artisteer.
- Style your blocks using the
class=
parameter and define custom and/or responsive CSS styling.