newhck / php-form-builder-class

Automatically exported from code.google.com/p/php-form-builder-class
GNU General Public License v3.0
0 stars 0 forks source link

Replace table structure with CSS friendly markup #28

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
It is difficult to style the current form with the generated tables,
instead this should be replaced with a cleaner table-less CSS based layout.

An example of how the class could generate the form in a more friendly way
can be read at the tutorial at:

http://articles.sitepoint.com/article/fancy-form-design-css

Original issue reported on code.google.com by moncojhr@gmail.com on 9 Apr 2010 at 6:38

GoogleCodeExporter commented 8 years ago
Version 1.0.3 replaces the table structure with a flexible div layout with hard 
coded classes for styling.  IDs will more than likely be added in the near 
future to 
make targetting specific areas easier.

There are defalt styles that are applied to keep the forms looking as they 
previous 
did with the table structure.  The preventDefaultCSS form attribute can be 
utilized 
to disable these default styles in order to layout forms differently.

Original comment by ajporterfield@gmail.com on 25 Apr 2010 at 8:33