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

  • SEARCH
  • Home
  • 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 8888035
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T21:57:00+00:00 2026-06-14T21:57:00+00:00

I wrote the following : <ul> <li> <span class=filter> <label>Name: </label><input type=text/> </span> </li>

  • 0

I wrote the following :

<ul>
    <li>
        <span class="filter">
            <label>Name: </label><input type="text"/>
        </span>
    </li>
    <li>
        <span class="filter">
            <label>Id: </label><input type="text"/>
        </span>
    </li>
</ul>​

with the CSS as :

span.filter{
    width: 50px;
}
input{
    text-align: right;
}
label{
    text-align: left;
}
ul{
    list-style: none;
}​

But the result is as shown in this fiddle. Some people suggest using floats, but why is this not working ?

  • 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-14T21:57:01+00:00Added an answer on June 14, 2026 at 9:57 pm

    If you want to achieve this effect using floats, set the display property of your labels to block, declare their width, and float them left. Then float your inputs left and us clear:left on the label elements so that they don’t wind up all on one line.

    so:

    label{
    display:block;
    width:50px; /*arbitrarily determined */
    float:left;
    clear:left;
    } 
    
    input{
    float:left; 
    }
    

    See the result in this fiddle.

    You can also do this using display:inline-block (and hence less code) as indicated in xiaoyi’s answer.

    Another way is to use table cells, which (while some consider them semantically appropriate to forms) are not something you generally want to rely on for layout.

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

Sidebar

Related Questions

I've inherited the following checkbox: <td><div class=text_note><label for=terms class=text button_action> <input type=checkbox name=terms id=terms
I wrote the following: <html> <head> </head> <body> <input type=date /> </body> </html> Just
I have the following structure: <div id=1><input class=a></input><span class=b></span></div> <div id=2><input class=a></input><span class=b></span></div> <div
I wrote the following code for text file encryption and decryption. The encryption process
I wrote the following code to select text from database,but when i echo the
I have the following DOM structure: /*:DOC += <div id='testDiv' class='testDivClass'><div id='innerTestDiv'></div></div><span id='testSpan' class='testSpanClass'><span
I'm trying to write a regular expression for matching the following HTML. <span class=hidden_text>Some
I have the following code using date.js: <div id=Timer> <script>Date.parse(hh:mm);</script> <div class=Timers> <div class=timerSpace><span
I have the following viewmodel: public class ViewModel { [Display(Name = firstname, ResourceType =
I have the following html code: <div class=result hide id=userNameTooShort><span class=error>Your username needs to

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.