Anyone come across a simple method to use the artisteer buttons in mojoportal.
artisteer creates a button source as
<<span class="start-tag">span class="art-button-wrapper">
<<span class="start-tag">span class="l"> </<span class="end-tag">span>
<<span class="start-tag">span class="r"> </<span class="end-tag">span>
<<span class="start-tag">a class="art-button" href="javascript:void(0)">Read more...</<span class="end-tag">a>
</<span class="end-tag">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