Topic: Form's Markup |
|
---|---|
Author | Thread |
Maniac (V) Mad Scientist From: Rochester, New York, USA |
posted 07-17-2004 17:29
When doing forms I am still stuck in the tables ideology for marking them up. Is there a better way? My usual code for doing a form looks like the following: code: <form action="" method="post">
|
Bipolar (III) Inmate From: Cold Sweden |
posted 07-17-2004 18:00
I think laying out a form with tables makes sense, but I know that many disagrees. |
Maniac (V) Mad Scientist From: Rochester, New York, USA |
posted 07-18-2004 16:33
What are the disagreements? what are the methods that are employeed by those who disagree? |
Bipolar (III) Inmate From: |
posted 07-19-2004 21:00
There are a bunch of html elements specifically for forms - |
Maniac (V) Inmate From: under the bed |
posted 07-20-2004 03:46
I've never had a reason to use a table for forms. |
Paranoid (IV) Inmate From: Behind the Wheel |
posted 07-20-2004 09:08
FORM(s) and Function - (just over halfway down the page) |
Maniac (V) Inmate From: under the bed |
posted 07-20-2004 19:36
ALA's example seems to be a bit cluttered as far as markup. |
Maniac (V) Mad Scientist From: Rochester, New York, USA |
posted 07-20-2004 21:45
Mobrul DL and Lurch thanks for taking some time to answer this for me. |
Bipolar (III) Inmate From: |
posted 07-20-2004 22:32
not off the top of my head. |
Maniac (V) Mad Scientist From: Rochester, New York, USA |
posted 07-20-2004 22:34
Thanks! |
Maniac (V) Inmate From: under the bed |
posted 07-20-2004 23:45
Here's an excerpt of a little admin section I did for a friend - |
Maniac (V) Mad Scientist From: Rochester, New York, USA |
posted 07-21-2004 01:32
Great example. I just implimented this in the BugFix project I mentioned in the server side forum. It is cutting down a ton on the markup that I am using. Makes things very nice. |
Bipolar (III) Inmate From: |
posted 07-22-2004 15:29
I'm a day late and a $$ short... |
Maniac (V) Mad Scientist From: Rochester, New York, USA |
posted 07-22-2004 18:47
This is really great stuff. I am all about stealing your guys markup and making it into something my own. Thanks for the effort you both put in to present this. |
Bipolar (III) Inmate From: Phoenix |
posted 07-23-2004 07:23
Here is my *latest* form venture: |