Thank you for your reply.<br> In fact, I have to do that in controller due to some other functionality. So my simple code is:<br> <br> my $w = $c-&gt;widget('feedback')-&gt;method('post')-&gt;action($c-&gt;req-&gt;uri);<br> &nbsp;&nbsp;&nbsp; for(looping to create multiple rows)<br> &nbsp;&nbsp; {<br> &nbsp;&nbsp;&nbsp;&nbsp; $w-&gt;element('Textfield', 'name')-&gt;size(15);<br> &nbsp;&nbsp;&nbsp;&nbsp; $w-&gt;element('Textfield', 'email')-&gt;size(15);  <br> &nbsp;&nbsp; &nbsp; $w-&gt;element('Textfield', 'comment')-&gt;size(30);<br> &nbsp;&nbsp; }<br> &nbsp;&nbsp;&nbsp;&nbsp; $w-&gt;element('Submit', 'send')-&gt;value('Send it');<br> <br> 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.<br> <br> I hope that you could help me out.<br> <br> Thank you.<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; Hi,<br>&gt; First time I use this html::widget, and find it very interesting. I need to<br>&gt; create the form with 3 text boxes in one line and a submit button in another<br>&gt; line. But it does not matter how I changed the code, css, I still get all of<br>&gt; them in one line. Could you help showing how to do that, and I want to have<br>&gt; some space between text boxes, not just one after another.<br><br>At a guess, (meaning: untested)...<br><br>If your elements have labels, then something like:<br>label { float: left; padding-right: 2em; }<br>input[type=submit] { clear: left; }<br><br>If they don't have labels, then:<br>input { float: left; padding-right: 2em; }<br>input[type=submit] { clear: left; }<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>
<a href="http://us.rd.yahoo.com/evt=49678/*http://smallbusiness.yahoo.com/domains/?p=BESTDEAL"> Get your own web address.</a><br> Have a HUGE year through <a href="
http://us.rd.yahoo.com/evt=49678/*http://smallbusiness.yahoo.com/domains/?p=BESTDEAL">Yahoo! Small Business.</a>