OZONE Asylum
Forums
XML - XSL - XSLT - XHTML - CSS - DOM
Form's Markup
This page's ID:
22598
Search
QuickChanges
Forums
FAQ
Archives
Register
Edit Post
Who can edit a post?
The poster and administrators may edit a post. The poster can only edit it for a short while after the initial post.
Your User Name:
Your Password:
Login Options:
Remember Me On This Computer
Your Text:
Insert Slimies »
Insert UBB Code »
Close
Last Tag
|
All Tags
UBB Help
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"> <table summary="The Form Title" id="#tableId"> <tr> <td>Label 1</td> <td><input type="text" value="" name="textfield1"/></td> </tr> <tr> <td>Label 2</td> <td><input type="text" value="" name="textfield2"/></td> </tr> ... ... </table> <p><input type="submit" value="Submit"/> <input type="reset" value="Clear"/></p> </form>[/code] Does anyone have a better way of handling this? I have some problems using a table in this fashion because this data is only semi-tabular. I figure there must be something that makes more ideological sense. Does anyone have any solution for this? With all of the sites that are jumping onto the new web design ideology I have not run across complex forms, that might be found for say credit card transactions. Even here a table is used, and I am still not sure if this is the best way to go about things, has anyone anywhere seen or come up with a better way to handle the markup? Dan @ [url=http://www.codetown.org]Code Town[/url]
Loading...
Options:
Enable Slimies
Enable Linkwords
« Backwards
—
Onwards »