[Html-widget] newbie question: <br>

Carl Franks fireartist at gmail.com
Fri Feb 9 15:43:54 GMT 2007


On 09/02/07, Will Smith <willbelair at yahoo.com> 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



More information about the Html-widget mailing list