Insert a standard HTML submit input or button. Buttons can also be created using links with anchor tags to direct users to other pages or sites.
[hr] [tabs] [/tabs] [clear] [clear]Custom Colors
Specify the button background and text colors using the background
and color
parameters.
Button Text
Button Text
Button Text
Button Text
Button Text
Button Text
Button Text
Button Text
Button Text
Button Text
Button Text
Button Text
Button Text
Button Text
Button Text
Button Text
Button Text
Button Text
Button Text
Button Text
Button Text
Button Text
Button Text
Button Text
Button Text
Button Text
Button Text
Button Text
Button Text
Button Text
Button Text
Button Text
Button Text
Button Text
Button Text
Button Text
[button color="#fff" background="#1693A5"]Click me[/button]
Buttons with Icons
Specify a theme icon to use on a button. Enter the name for your button icon using the icon
parameter.
Button Text
Button Text
Button Text
Button Text
Button Text
Button Text
Button Text
Button Text
Button Text
Button Text
Button Text
Button Text
Button Text
Button Text
Button Text
Button Text
Button Text
Button Text
Button Text
Button Text
Button Text
Button Text
Button Text
Button Text
Button Text
Button Text
Button Text
Button Text
Button Text
Button Text
Button Text
Button Text
[button icon="icon-ok"]Icon Button[/button]
Standard Button
[code][button]Button Text[/button][/code]Parameters (Standard Button)
- style
- (string) (Optional) The button size or for impact buttons.
- Values: small, medium (default), large, impactBtn
- color
- (string) (Optional) The text color for the button. Any CSS color value can be used.
- background
- (string) (Optional) The background color for the button. Any CSS color value can be used.
- icon
- (string) (Optional) The class name of an optional icon. Any icon class listed in the icon shortcodes can be used.
- title
- (string) (Optional) Title attribute.
- class
- (string) (Optional) Class attribute.
- id
- (string) (Optional) ID attribute.
- onclick
- (string) (Optional) JavaScript onclick functionality.
- name
- (string) (Optional) Forms object name attribute.
- value
- (string) (Optional) Forms object value attribute.
Link Button
[code][button_link url=»http://www.mysite.com»]Button Text[/button_link][/code]Parameters (Link Button)
- url
- (string) Link to follow when clicked.
- target
- (string) (Optional) Link target attribute: blank, parent, self, top.
- style
- (string) (Optional) The button size or for impact buttons.
- Values: small, medium (default), large, impactBtn
- color
- (string) (Optional) The text color for the button. Any CSS color value can be used.
- background
- (string) (Optional) The background color for the button. Any CSS color value can be used.
- icon
- (string) (Optional) The class name of an optional icon. Any icon class listed in the icon shortcodes can be used.
- title
- (string) (Optional) Title attribute.
- class
- (string) (Optional) Class attribute.
- id
- (string) (Optional) ID attribute.
- onclick
- (string) (Optional) JavaScript onclick functionality.