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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T20:33:21+00:00 2026-05-31T20:33:21+00:00

Lately I’ve been making a new application and I’m using a ton of forms.

  • 0

Lately I’ve been making a new application and I’m using a ton of forms. All is well except the styling of the forms isn’t really that good looking. Ever since I’ve banned <table>‘s from being used for layout purposes my colleagues are afraid to use <tables>‘s all together.

Now I was wondering how you guys style your forms. If there are maybe good articles you know on form styling. And maybe even the bigger questions: Are tables used to style forms now-a-days or is it not done?

Thanks!

Edit: I’ve made an example of my problem not using <table>‘s: http://pastebin.me/c73c128eb67172991f728fbdd902a40e – See how the two labels are not the same size. Setting a width with CSS would work but it’s not dynamic which is a problem in the future.

  • 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-31T20:33:22+00:00Added an answer on May 31, 2026 at 8:33 pm

    Tables should be used for tabular data and nothing else.

    I tend to use something similiar to the following

    <form>
      <fieldset>
        <label>Input one</label>
        <input type="text" />
      </fieldset>
      <fieldset>
        <label>Input one</label>
        <input type="text" />
      </fieldset>
    </form>
    

    This then allows you to style it as such that you can float the fieldsets so they appear inline as many as you need across (two is nice) and the labels appear above the input boxes.

    Of course, being CSS you can change the style on a wim!

    Example: http://jsfiddle.net/UQYrg/

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

Sidebar

Related Questions

Well lately I'm making a script application. People can post and share stuff (let's
Lately I've been using XPathDocument and XNavigator to parse an XML file for a
Lately I've been taking a look at Haxe , to build an application to
Lately, I've been reading much about constructors from the well-received C++ FAQ . One
Lately I've been making a couple of mistakes when refactoring in Vim, the result
Lately I've been writing some JS code using jQuery and JavaScript as it is
Lately I have gotten into SNMP agent development and have been using the 30
Lately I have been using reflection to work in my project, and I have
Lately I have been doing a security pass on a PHP application and I've
Lately I've been working on implementing security for my web application, running on a

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.