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->widget('feedback')->method('post')->action($c->req->uri);<br> for(looping to create multiple rows)<br> {<br> $w->element('Textfield', 'name')->size(15);<br> $w->element('Textfield', 'email')->size(15); <br> $w->element('Textfield', 'comment')->size(30);<br> }<br> $w->element('Submit', 'send')->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 <fireartist@gmail.com></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>> Hi,<br>> First time I use this html::widget, and find it very interesting. I need to<br>> create the form with 3 text boxes in one line and a submit button in another<br>> line. But it does not matter how I changed the code, css, I still get all of<br>> them in one line. Could you help showing how to do that, and I want to have<br>> 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> 
<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>