Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9300067
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 18, 20262026-06-18T22:42:02+00:00 2026-06-18T22:42:02+00:00

My html is as follows . I am using twitter bootstrap. <div class=container> <div

  • 0

My html is as follows . I am using twitter bootstrap.

<div class="container">
  <div class="well span4 pull-right">
    <s:bind path="month">
      <label class="control-label" for="month">Date of birth</label>
      <div class="control-group <c:if test="${status.error}">error</c:if>">
        <div class="controls">
          <div class="input-prepend">
            <span class="add-on"><i class="icon-th"></i></span>
            <form:select path="month" class="input-medium inline">
              <form:option value="">Month</form:option>
              <form:option value="1">January</form:option>
              ...
              <form:option value="12">December</form:option>
            </form:select>
          </div>
        </div>
      </div>
    </s:bind>

    <s:bind path="day">
      <div class="control-group <c:if test="${status.error}">error</c:if>">
        <label class="control-label" for="day"></label>
        <div class="controls">
          <div class="input-prepend">
            <span class="add-on"><i class="icon-th"></i></span>
            <form:select path="day" class="input-small">
              <form:option value="">Day</form:option>
              <form:option value="1" />
              ...
              <form:option value="31" />
            </form:select>
          </div>
        </div>
      </div>
    </s:bind>

    <s:bind path="year">
      <div class="control-group <c:if test="${status.error}">error</c:if>">
        <label class="control-label" for="year"></label>
        <div class="controls">
          <div class="input-prepend">
            <span class="add-on"><i class="icon-th"></i></span>
            <form:select path="year" class="input-small">
              <form:option value="">Year</form:option>
              <form:option value="2010" />
              ...
              <form:option value="1940" />
            </form:select>
          </div>
        </div>
      </div>
    </s:bind>
  </div>
</div>

Currently they are aligned as shown in the snapshot.

enter image description here

How i can align them in a row ?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-18T22:42:04+00:00Added an answer on June 18, 2026 at 10:42 pm

    Simple solution would be to put them in a table!

        <table border="0">
    <tr>
    <td>
    
    Select 1
    
    </td>
    <td>
    Select 2
    
    </td>
    <td>
    
    Select 3
    
    
     </td>
     </tr>
     </table>
    

    Easy to do and works well!

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Im using Knockout.js and ASP.NET. My HTML is as follows: <div class=InputField> Fixed/Floating <div
I am using aspx. If I have HTML as follows: <div id=classMe></div> I am
Generated output is as follows: HTML <div id=resultCancel class=error style=display: block;> <a class=close>X</a> <ul
I have a thumbnail like follows and i am using twitter bootstrap <script> $(document).ready(function(){
I have a CSS style using child selectors in an HTML page as follows:
I have a navigation bar which consists of php-generated html as follows: <ul> <div
I have 2 forms in my myPage.chtml page as follows: @using (Html.BeginForm(Tests1, Test, FormMethod.Post,
I'm using Twitter bootstrap's tabs plugin and it requires the link that activates to
I want to align the text as follows using DIV and SPAN but couldnt:
I'm trying to setup a new website using Twitter bootstrap as the front-end and

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.