I am currently working with Rails and I am curious if there are any simple ways to enhance the appearance of the button_to control.
Is it possible to style the
<%= submit_tag 'Log in' %>
or
<%= button_to "Show Me", {:controller => 'personal', :action => "add" } %>
It would be nice to change the color.... Bonus points for instructions on how to turn it into an image