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 484739
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T01:19:50+00:00 2026-05-13T01:19:50+00:00

I have a site that I’m creating, part in static HTML, the other part

  • 0

I have a site that I’m creating, part in static HTML, the other part is served via Django. Since I want the look and feel to remain the same (who doesn’t?) I have used CSS for the static site. That same CSS I have included (almost successfully) in the dynamic site.

When I create a form, I can get a very nice two column listing on the static side

Label  Input
Label  Input
Label  Input

But, when I do the same code on the dynamic side, it’s not so nice

Label  Input
       Label  Input
              Label  Input

The CSS I’m using is:

form.login label.fixedwidth {
   display: block;
   width: 240px;
   float: left;
}

\.
Sorry, here’s my form:

     <form action="" method="post" class="login">
        <fieldset>
           <div>
              <label for="username" class="fixedwidth">User name:</label>
              <input type="text" name="username" value="" id="username">
           </div>
           <div>
              <label for="password" class="fixedwidth">Password:</label>
              <input type="password" name="password" value="" id="password">
           </div>
           <input type="submit" value="login" /> 
        </fieldset>
     </form>

[edit]
So, I noticed that my two ‘input type’ lines didn’t close the tag (no ‘/’). But, no difference.
[/edit]

  • 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-05-13T01:19:50+00:00Added an answer on May 13, 2026 at 1:19 am

    Try

    clear:both; overflow: auto
    

    on the surrounding DIV.

    By the way, a <ul> with <li> s may be semantically more fitting than <div>s here. Won’t make a difference in the output though.

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

Sidebar

Related Questions

I have one site that is displaying html content that needs to be displayed
We have a site that needs to (as part of our process) generate a
I have a site that has a simple HTML button in a form. All
I have a site that requires Windows Authentication the application obtains the credential from
I have a site that is using x509 client certificates (2 way SSL) to
I have a site that usually has news items at the top of the
I have a site that I've developed that makes decent use of Javascript, and
I have a site that I am currently working on in ASP.NET 2.0 using
I have a site that will ultimately support 4 languages and 2 countries (US
I have a site that uses a couple DropDownLists that are databound. I was

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.