Buttons
Parameters
- size: small,medium,large (optional)
- color (optional – Available Colors see below)
- bgcolor (optional)
- textcolor (optional)
- hoverbgcolor (optional)
- hovertextcolor (optional)
- align: center (optional)
- link (link to follow when clicked) (optional)
- linktarget: _blank,_self,_parent,_top (optional)
Samples Buttons With Different Size
Small Medium Large[button size="small"]Small[/button]
[button size="medium"]Medium[/button]
[button size="large"]Large[/button]
Button With Color Variation
Black Brown Gray Cyan Orange Red magenta Yellow Blue Pink Green White// Size - Three type of size as mention above
// color - Different type colors as mention above
[button size="medium" color="black"]
Button Text
[/button]
Buttons With Roll Over Colors
Roll Over Button[button size="large" bgColor="#000000" hoverBgColor="#A0C62B"]
Roll Over Button
[/button]
Buttons With Special Colors
#000000 #000000// bgColor - To change the button background color
// color - Different type colors as mention above
// text - To change the button text color
[button bgColor="#5FACA7"]#5FACA7[/button]
[button color="white" textColor="#5FACA7"]#5FACA7[/button]