On 09/02/07, Will Smith <[EMAIL PROTECTED]> wrote:
Thank you for your reply. In fact, I have to do that in controller due to some other functionality. So my simple code is:my $w = $c->widget('feedback')->method('post')->action($c->req->uri); for(looping to create multiple rows) { $w->element('Textfield', 'name')->size(15); $w->element('Textfield', 'email')->size(15); $w->element('Textfield', 'comment')->size(30); } $w->element('Submit', 'send')->value('Send it'); and the result I want is a set of number of rows of 3 text fields, no labels, and a submit button on the last, seperate line. I hope that you could help me out.
Then they don't have labels. Did you try out the 2nd snippet of css? Carl _______________________________________________ Html-widget mailing list [email protected] http://lists.rawmode.org/cgi-bin/mailman/listinfo/html-widget
