Description

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.

Buttons




























Standard Button

[button]Button Text[/button]

Parameters (Standard Button)

style
(string) (Optional) The button color and size, e.g. “white large”. This may contain any combination of size and color.
Size: small, medium (default), large
Color: dark, white, gray, orange, red, blue, green, black, impactBtn
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

[button_link url="http://www.mysite.com"]Button Text[/button_link]

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 color and size, e.g. “white large”. This may contain any combination of size and color.
Size: small, medium (default), large
Color: dark, white, gray, orange, red, blue, green, black
title
(string) (Optional) Title attribute.
class
(string) (Optional) Class attribute.
id
(string) (Optional) ID attribute.
onclick
(string) (Optional) JavaScript onclick functionality.