29 May, 2007
Fordie’s Form System – a POSH way to mark up forms
Posted by: admin In: css|semantic markup|tutorial|web development|web standards|xhtml
Form layout is one area where designers have struggled to find a sensible way to replace tables with nice clean semantic xhtml + CSS. In 2005 Andy Clarke demonstrated his approach to form layout at CSS for designers, He wraps the label around the input field, then put the actual label text in a span. [...]