How in the world do you make the shortcode "buttons" actually link to something? The documentation doesn't show it, and my attempts have failed. I've tried putting the anchor both inside and outside of the button shortcode. When put outside like the example here my anchor gets ignored and the button goes to the page it's on (putting it inside the button codes doesn't work at all):
<a href="http://www.example.com"/>
[button size="xl" color="green" text="light"]
Test Button
[/button]
</a>














