954,561 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

rails: horizontal alligment for submit buttons

Greetings,

I am trying to allign horizontal between this two submit button, but I do not understand how to do it, this codes below will show two button (submit1) and (submit2), but located vertically.
I need to allign it as horizontal so submit2 button is located horizontally next to submit1 button.

<h2>Code Submit</h2>
<% form_tag :controller => 'data_submit', :action => 'submit1' do %>    
    <%= submit_tag 'Submit1' %>
  <% end %>
  
  <% form_tag :controller => 'data_submit', :action => 'submit2' do %>    
    <%= submit_tag 'Submit2' %>
  <% end %>


Thank you for your guidance.

overlook
Newbie Poster
7 posts since Sep 2010
Reputation Points: 10
Solved Threads: 0
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You
View similar articles that have also been tagged: