PHP Forms and tables

Associate
Joined
13 Jan 2007
Posts
2,424
Location
Belfast,Northern Ireland
Quick query, is it normal practice to use tables in order to control the layout of a form in php? I thought tables were meant to be the source of all evil and not allowed in a webpage unless you needed an actual table
 
I quite like the box that comes with the use of fieldsets, but how do you align the input boxes vertically? It sticks in my mind that it looks dire to have them starting in different positions in terms of the x axis
 
Thanks for that Pho, although I dont quite understand your use of:

Code:
<label for="some_thing_enabled">

Is there some advantage to this? I've never seen use of label for?
 
Back
Top Bottom