Button designs
NORMAL BUTTONS
This is a big button This is a big yellow button This is a big red button This is a big green button This is a big blue button
Code:
[button url="http://www.website.com/" type="large" newwindow="1" bg="yellow" color="#000"]This is a big yellow button[/button]
Medium blue button Green medium button Default gray medium button
Code:
[button url="http://www.website.com/" type="medium" newwindow="1" bg="blue"]Medium blue button[/button]
Small blue button Green small button Small red button Default small button Small orange button Small lightblue button Small purple button Small turqoise button Small darkred button Small green-lemon button Small white button Small black button Small #8A2D9A button
Code:
[button url="http://www.website.com" type="small" newwindow="1" bg="#8A2D9A" color="#FFF"]Small #8A2D9A button[/button]
NICE BUTTONS
This is a big button This is a big yellow button This is a big red button This is a big green button This is a big blue button
Code:
[button nice="1" url="http://www.website.com/" type="large" newwindow="1" bg="yellow" color="#000"]This is a big yellow button[/button]
Medium blue button Green medium button Default gray medium button
Code:
[button nice="1" url="http://www.website.com/" type="medium" newwindow="1" bg="blue"]Medium blue button[/button]
Small blue button Green small button Small red button Default small button Small orange button Small lightblue button Small purple button Small turqoise button Small darkred button Small green-lemon button Small white button Small black button Small #8A2D9A button
Code:
[button nice="1" url="http://www.website.com" type="small" newwindow="1" bg="#8A2D9A" color="#FFF"]Small #8A2D9A button[/button]
ROUND CORNERS
This is a big red rounded button This is a big nice red rounded button
Code:
[button rounded="1" nice="1" url="http://www.website.com" type="large" newwindow="1" bg="red" color="#FFF"]This is a big nice red rounded button[/button]