Ritvvij wrote: > Hi, > > Presently the submit button is coming as a button in below case. > > <% form_for @chapter do |chapter_form| %> > ... labels > ... text_areas.. > <%= chapter_form.submit 'Create' %> > > I want to build a custom button in CSS and show that instead of the > button. > > Can anyone help me please?
use style attribute with button -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

