I see alot of talk these days about people bragging that through the use of CSS they have created complicated Web Forms which do not use any <table></table> tags. Does anyone have a link to a tutorial on how to accomplish this?
I need to create user input forms which look similar to this:
User
Name _______________ Address ________________
Fav
Beer ________________ 2nd Fav ________________
User
Explanation _____________________________________
The challenge is as you can see that the top 2 lines and the bottom line do not have columns which line up. If this were a single table the colums would automatically use the largest contents to make the width of the columns.
How is this done in CSS?
I need to create user input forms which look similar to this:
User
Name _______________ Address ________________
Fav
Beer ________________ 2nd Fav ________________
User
Explanation _____________________________________
The challenge is as you can see that the top 2 lines and the bottom line do not have columns which line up. If this were a single table the colums would automatically use the largest contents to make the width of the columns.
How is this done in CSS?