Hi,
How would I translate the following HTML into Rails?
<input type="image" src="/images/button_create.gif" alt="Create" width="87" height="23" border="0" class="Buttons" />
I was hoping to be able to use image_button, but I get undefined method.
Any suggestions?
Thanks in Advance!




Bookmarks