[raw]
Predefined Buttons
[button target=“_self“ size=“normal“ style=““ class=““ link=“#“]Default Red[/button] [button target=“_self“ size=“normal“ style=““ class=“btn_blue“ link=“#“]Blue[/button] [button target=“_self“ size=“normal“ style=““ class=“btn_turquoise“ link=“#“]Turquoise[/button]
[button target=“_self“ size=“normal“ style=““ class=“btn_black“ link=“#“]BLACK[/button] [button target=“_self“ size=“normal“ style=““ class=“btn_yellow“ link=“#“]Yellow[/button] [button target=“_self“ size=“normal“ style=““ class=“btn_orange“ link=“#“]Orange[/button]
[button target=“_self“ size=“normal“ style=““ class=“btn_green“ link=“#“]Green[/button] [button target=“_self“ size=“normal“ style=““ class=“btn_pink“ link=“#“]Pink[/button] [button target=“_self“ size=“normal“ style=““ class=“btn_purple“ link=“#“]Purple[/button]
[button target=“_self“ size=“normal“ style=““ class=“btn_gray“ link=“#“]GRAY[/button]
[code][button target=“_self“ size=“normal“ style=““ class=““ link=“#“]Default Red[/button]
[button target=“_self“ size=“normal“ style=““ class=“btn_blue“ link=“#“]Blue[/button]
[button target=“_self“ size=“normal“ style=““ class=“btn_turquoise“ link=“#“]Turquoise[/button]
[button target=“_self“ size=“normal“ style=““ class=“btn_black“ link=“#“]BLACK[/button]
[button target=“_self“ size=“normal“ style=““ class=“btn_yellow“ link=“#“]Yellow[/button]
[button target=“_self“ size=“normal“ style=““ class=“btn_orange“ link=“#“]Orange[/button]
[button target=“_self“ size=“normal“ style=““ class=“btn_green“ link=“#“]Green[/button]
[button target=“_self“ size=“normal“ style=““ class=“btn_pink“ link=“#“]Pink[/button]
[button target=“_self“ size=“normal“ style=““ class=“btn_purple“ link=“#“]Purple[/button]
[button target=“_self“ size=“normal“ style=““ class=“btn_gray“ link=“#“]GRAY[/button][/code]
Custom Colored Buttons
[button target=“_self“ size=“normal“ style=“background-color:#a54719;color:#ffffff;border:1px solid #a54719;“ class=“button_styled“ link=“#“]#a54719[/button] [button target=“_self“ size=“normal“ style=“background-color:#739620;color:#ffffff;border:1px solid #739620;“ class=“button_styled“ link=“#“]#739620[/button] [button target=“_self“ size=“normal“ style=“background-color:#5ca794;color:#ffffff;border:1px solid #5ca794;“ class=“button_styled“ link=“#“]#5ca794[/button]
[code][button target=“_self“ size=“normal“ style=“background-color:#a54719;color:#ffffff;border:1px solid #a54719;“ class=“button_styled“ link=“#“]#a54719[/button]
[button target=“_self“ size=“normal“ style=“background-color:#739620;color:#ffffff;border:1px solid #739620;“ class=“button_styled“ link=“#“]#739620[/button]
[button target=“_self“ size=“normal“ style=“background-color:#5ca794;color:#ffffff;border:1px solid #5ca794;“ class=“button_styled“ link=“#“]#5ca794[/button]
[/code]
[row]
[col type=“1_3″ class=““]
List style
- Default list item 1
- Default list item 2
- Default list item 3
[code]
- Default list item 1
- Default list item 2
- Default list item 3
[/code][/col]
[col type=“1_3″ class=““]
Checklist
[check_list]
- Checklist item 1
- Checklist item 2
- Checklist item 3
[/check_list][code][check_list]
- Checklist item 1
- Checklist item 2
- Checklist item 3
[/check_list][/code][/col]
[col type=“1_3″ class=““]
Delete List
[delete_list]
- Delete List item 1
- Delete List item 2
- Delete List item 3
[/delete_list][code][delete_list]
- Delete List item 1
- Delete List item 2
- Delete List item 3
[/delete_list][/code][/col]
[/row]
[/raw]