Anyone come across a simple method to use the artisteer buttons in mojoportal.
artisteer creates a button source as
<span class="art-button-wrapper">
<span class="l"> </span>
<span class="r"> </span>
<a class="art-button" href="javascript:void(0)">Read more...</a>
</span>
If I place the url in the href="", the styling from the button disappears.
So to keep the styling is it a case of creating a new javascript function to navigate to (if so is there some source code to copy).
Or is there an easier way of just inserting a button and creating a link?
I'm sure there must be a simple solution that has been done a million times befor, but what is it?
Cheers