My web-app framework renders form errors for each field in an unordered list immediately following the invalid field. My problem is that I haven\'t b
Just one last bit:
ul.errorlist { display: inline; list-style-type: none; }