This page demonstrates a Java centric approach to manually layout Fields inside a Form.

The form below is laid out as specified by the article: http://www.sitepoint.com/print/fancy-form-design-css

In short the form fields are laid out using a combination of FieldSet and Html List tags; <ol> <li>.

This demo consists of the following classes: (Note these classes are not part of Click, they were created specifically for this demo).

$form