OK--how do you use buttons from Artisteer?


Author Message
Ric

Posted: 9/4/2009
Quote message 

I have built a website using a CSS template I created in Artisteer. I have used the buttons to link to other pages, but that's not really being used as a button--it's just a link. How do I make an Artisteer button behave like a REAL button. For example, how do I designate an Artisteer-created button to be a "submit" button?

In the "page.html" that Artisteer creates, it provides a series of spans within an anchor tag. How do I make that into an "input"?

Thanks!
Ric
 
Muthu

Posted: 9/4/2009
Quote message 

Quote Ric:

I have built a website using a CSS template I created in Artisteer. I have used the buttons to link to other pages, but that's not really being used as a button--it's just a link. How do I make an Artisteer button behave like a REAL button. For example, how do I designate an Artisteer-created button to be a "submit" button?

In the "page.html" that Artisteer creates, it provides a series of spans within an anchor tag. How do I make that into an "input"?

Thanks!
Ric


 
Garry

Posted: 9/4/2009
Quote message 

You need to design your buttons manually in a photo editing softwae, but you can check if you can utilize the image named "Button" in your images folder
 
Farbod

Posted: 5/16/2011
Quote message 

I have built my template with artisteer html, but how do I link my buttons to my pages? Thank you in advance. :-)
 
Bill_P

Posted: 5/16/2011
Quote message 

Here's an example of using an Artisteer CSS button:

<span class="art-button-wrapper">
<span class="l"> </span>
<span class="r"> </span>
<a class="art-button" href="http://domainname.com/contact.php">Contact Us</a>
</span>
 
Jim_S

Posted: 5/17/2011
Quote message 

I've found that just putting class="art-button" on the <a tag works. In Joomla using the JCE editor you can set the class of a link you are creating on the advanced tab of the link dialog.
 
Lynn

Posted: 6/2/2012
Quote message 

I've been trying most of the day to get an artisteer button to work as a form submit button. It looks so simple, but nothing I've tried seems to work! Either the button doesn't submit anything, or the graphics disappear. :-(
 
Garry

Posted: 6/3/2012
Quote message 

You need to associate the button HTML with "PHP submit code" in order to get it working.