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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T21:09:07+00:00 2026-05-24T21:09:07+00:00

For some reason, I tried making a simple HTML using Twitter’s Bootstrap but something

  • 0

For some reason, I tried making a simple HTML using Twitter’s Bootstrap but something is broken on my side and I am unable to figure out what is wrong. I put up a jsFiddle page is here and have attached a screenshot as well. The problems are:

  • Text box styles are not as shown on the Bootstrap page
  • Labels and Textboxes are not getting aligned (labels on left, textbox on right)
  • There is no spacing between fields
  • The drop down box does not work.
  • The search box is messed up

I don’t seem top understand what step I am missing. It is pretty late in here and I might use another set of eyes. Can someone please tell me if I am missing something obvious? The buttons get style so I am not really sure what is happening.

enter image description here
enter image description here

  • 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-24T21:09:09+00:00Added an answer on May 24, 2026 at 9:09 pm

    You can achieve this with a little bit of CSS.

    Floating the input and the label to the left and then adding a bit of margin.

    label,input
    {
        float:left;
        margin-bottom:5px;
    }
    label{
        clear:left;
        width:50px;
    }
    

    Demo: http://jsfiddle.net/Lrczj/1/

    Also note that this portion is invalid HTML:

    <input id="enableTooltip" type="checkbox">Enable tooltip </input>
    

    You just need to make the text into a label like you have with the other text fields. The input has no closing tag in HTML.

    UPDATE

    After a closer look at your HTML it looks like you forgot to put your form fields in a form.

    Inputs always need to go inside a <form>[...]</form>.

    Here’s your code again with the form tags included: http://jsfiddle.net/Lrczj/2/

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

Sidebar

Related Questions

I have just tried using the NSArchiver but for some reason I am getting
I'm using a script to create an email message, but for some reason, it
For some reason, my form is always at 100% opacity. I've tried changing it
For some reason, Section 1 works but Section 2 does not. When run in
Im still having issues using HttpWebRequest . For some reason sometimes in my app
For some reason, I'm having trouble with making a textfield the first responder. I
The below code works, but for some reason the $('#chart').fadeTo callback seems to create
i know this sounds simple for some people out there. i also tried this
I'm making an App for iPad. But I faced some troubles because of Touch
Background: For some reason, whenever a user tries to open an xslx (excel 2007)

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.