On Wednesday, October 26, 2011 12:36:53 PM UTC-4, David wrote: > > Hello, > > I have been reading through the documentation but I must be missing > something. I am trying to figure out how to adjust form element > styling. Is there a way to do this inside of the view or do I need to > do this through css?
It depends what you want to do. Changing the CSS might be easiest (see http://martin.tecnodoc.com.ar/default/post/2011/09/12/3_hacking-web2py-sqlform-part-1). You can also customize the way the fields are laid out -- see http://web2py.com/book/default/chapter/07#Custom-forms, http://www.web2pyslices.com/slices/take_slice/43. Anthony

