What is considered the best practice for laying out forms in html? Specifically where you have a set of fields with labels, and possible error indicators. The best I can do is u
Best Practice = NEVER use table for layout.
You can try CSS framework like blueprint our 960 grid system.