TABLE-less form layout

This form demonstrates use of div tags instead of the more common misuse of tables for form layout. View the ColdFusion source code for gallery/notables/frm_notables.cfm to see how simple how it is done. Note that it can often be more challenging to lay out a form in this way.

Techniques demonstrated