Hi, Probably something simple, but I'm trying to change my submit_tag and other buttons to CSS based buttons based on the article at http://www.oscaralexander.com/tutorials/how-to-make-sexy-buttons-with-css.html
Basically this needs the following HTML markup: <a class="button" href="#"><span>Button Text</span></a> So, the question is how can I change the generated HTML (or better yet create a helper) to allow me to spit this out for form actions and some link_to's, specifically the inner <span> bit? Any help would be appreciated as my google-fu has not been strong on this one. I'm on rails 2.3.2. Cheers, Steve --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

