Given the field-list is a table, it's not terribly simple. If you don't need row sizes to match, you could do 3 field-lists, floated or displayed inline, each with a third of the fields.
<field-list fields="1,2,3" style="display: inline" /> <field-list fields="4,5,6" style="display: inline" /> <field-list fields="7,8,9" style="display: inline" /> Note: I just stuck in the style attribute for display, probably should go in css file and add a class or wrapper with class to the field-lists. -- You received this message because you are subscribed to the Google Groups "Hobo Users" 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/hobousers?hl=en.
