I keep hearing that div tags should be used for layout purposes and not table tags. So does that also apply to form layout? I know a form layout is
It's certainly easier to use table than div to layout a table, but keep in mind that a table is supposed to mean something - it's presenting data in a regular way for the user to see, more than putting boxes on the screen in a given order. Generally, I think forms layouts should use divs to decide how the form elements are displayed.