5
votes
16answers
324 views
Why shouldn’t I ask my users to enter times using military format
I have a form that asks users to enter a start and end time for an event. For many years, we have allowed them to enter the times by selecting the hour (1-12), minute (1-60), and AM/PM from three drop …
0
votes
4answers
63 views
CSS Form Styling
I'm trying to make this:
<form id="simple-search" name="simple-search" action="/search/" method="POST">
<label for="simple-search-address">Location/Address</label>
<input …
-1
votes
2answers
41 views
CSS Form Styling #2
I have seen forms that can do this without using <br /> etc.
Here's my form:
<form id="staff-login" name="staff-login" action="/staff/login/" method="POST">
<label …
3
votes
5answers
219 views
Form Designer for Dummies…
A colleague of mine is doing the functional designs for the software we develop. His knowledge about Delphi, Visual Studio and other compilers is limited to having written a "Hello, World" …
0
votes
1answer
569 views
Label/Texbox seperation in Microsoft Access 2007 forms
I'm trying to create a very simple form in an Access database. Whenever I drag a texbox on the form, a label gets created with it. I want to be able to move the label without moving the textbox,but …
