banner design

Formy is a simple-yet-functional CSS framework which enables you to create form layouts without tables, divs or lists.

CSS Icon
Formy
is created by Vladimir Carrer who had created the CSS print framework: Hartija (see WRD post). Thanks to him for the suggestion.

Formy uses Reset.css for maximum browser compatibility. 

  

Here is how a simple form works:

<label for="Name">Name:</label> <input type="text" name="Name" value="Lorem ipsum dolor" /><br />
<label for="City">City:</label> <input type="text" name="City" /><br />

With the download, there are already examples of vertical & horizontal forms.

WebResourcesDepot Feed