On Sun, Mar 26, 2006 at 09:48:48PM -0500, David Binger wrote: -> -> On Mar 26, 2006, at 7:17 PM, Tom Lesters wrote: -> > -> >Do I need to subclass and override the render(),render_content() -> > to what ever I want? -> >or there is a way to do it wither overriding render()? -> -> The html class attributes are intended to give you a chance to do -> things like this using CSS. I think you want to pick off the divs in -> these three checkbox widgets and set them to "float:left". -> Also construct the first two of the three widgets with -> render_br = False to keep those explicit br elements out. -> -> There was a demo somewhere that showed how to use -> CSS to change the layout of quixote forms. -> I hope the author willl see this and remind us where it is. Is this it? http://mikewatkins.net/ui/css/formtest.html --titus