Thank you for your help, that is perfect.<br> <br> Best regards,<br> <br> Will<br><br><b><i>Carl Franks &lt;fireartist@gmail.com&gt;</i></b> wrote:<blockquote class="replbq" style="border-left: 2px solid rgb(16, 16, 255); margin-left: 5px; padding-left: 5px;"> On 09/02/07, Will Smith <willbelair @yahoo.com=""> wrote:<br>&gt; Thank you for your reply.<br>&gt;  In fact, I have to do that in controller due to some other functionality.<br>&gt; So my simple code is:<br>&gt;<br>&gt;  my $w =<br>&gt; $c-&gt;widget('feedback')-&gt;method('post')-&gt;action($c-&gt;req-&gt;uri);<br>&gt;      for(looping to create multiple rows)<br>&gt;     {<br>&gt;       $w-&gt;element('Textfield', 'name')-&gt;size(15);<br>&gt;       $w-&gt;element('Textfield', 'email')-&gt;size(15);<br>&gt;       $w-&gt;element('Textfield', 'comment')-&gt;size(30);<br>&gt;     }<br>&gt;       $w-&gt;element('Submit', 'send')-&gt;value('Send it');<br>&gt;<br>&gt;  and the result I want is a set of number of rows of
 3 text fields, no<br>&gt; labels, and a submit button on the last, seperate line.<br><br>okay, I would suggest changing the loop body, so for each iteration<br>you create either a Block or a Fieldset element, and add the<br>textfields to that instead of the widget.<br>for (... {<br>  my $div = $w-&gt;element('Block');<br>  $div-&gt;element('Textfield', ...);<br>  ...<br>}<br>Then you should just need to do<br>input {float: left}<br><br>If you're still having trouble, I recommend using firefox's DOM<br>inspector, as that lets you change the css, and displays the results<br>'live'.<br><br>Carl<br><br>_______________________________________________<br>Html-widget mailing list<br>Html-widget@lists.rawmode.org<br>http://lists.rawmode.org/cgi-bin/mailman/listinfo/html-widget<br></willbelair></blockquote><br><p>&#32;

<hr size=1>Finding fabulous fares is fun.<br><a href="http://farechase.yahoo.com/promo-generic-14795097;_ylc=X3oDMTFtNW45amVpBF9TAzk3NDA3NTg5BF9zAzI3MTk0ODEEcG9zAzEEc2VjA21haWx0YWdsaW5lBHNsawNxMS0wNw--
">Let Yahoo! FareChase search your favorite travel sites</a> to find flight and hotel bargains.