Button
Parameters
- id (id attribute) (optional)
- size: small,medium,large (optional)
- class (class attribute) (optional)
- color (optional)
- bgColor (optional)
- textColor (optional)
- align:center (optional)
- full (set full width):true,false (optional)
- link (link to follow when clicked) (optional)
Samples
Buttons With Different Size
[button size="small"]Small[/button]
[button size="medium"]Medium[/button]
[button size="large"]Large[/button]
Buttons With Color Scheme
Black Gray White Blue Green Red
Yellow Orange Pink Rosy Magenta
[button size="medium" color="black"]Black[/button]
Buttons With Special Color
[button bgColor="#769600"]#769600[/button]
[button color="white" textColor="#769600"]#769600[/button]
Buttons With Roll Over Color
[button size="large" bgColor="#004f78" hoverBgColor="#930097"]Roll Over Button[/button]