W liście gazza z dnia niedziela 03 stycznia 2010: > Hello, > > I'm using the h.field to represent fields on the html > > I dont know how to put the h.fields on the same row? I know I could > use table in html just thought is there > a way to accomplish this in pylons?
h.field got removed in 0.6.4, wasn't it? Anyway, you can just lay it out yourself - and use CSS instead of tables. You could probably mimic the HTML code as being output by the field helper. Consult the source for details http://hg.splee.co.uk/webhelpers/src/31e6eed7a527/webhelpers/html/form_layout.py -- Paweł Stradomski -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en.
