Yes I did Carl,<br> here is the css. and frankly, I am bad at css, should take time to learn it now. Thank you<br> <br> html {<br> height: 100%;<br> }<br> <br> body { <br> background-color: [% site.col.page %];<br> color: [% site.col.text %];<br> margin: 0px;<br> padding: 0px;<br> height: 100%;<br> }<br> <br> #header {<br> background-color: [% site.col.head %];<br> border-bottom: 1px solid [% site.col.line %];<br> }<br> <br> #footer {<br> background-color: [% site.col.head %];<br> text-align: center;<br> border-top: 1px solid [% site.col.line %];<br> position: absolute;<br> bottom: 0;<br> left: 0px;<br> width: 100%;<br> padding: 4px;<br> }<br> <br> #content {<br>
padding: 10px;<br> }<br> <br> h1.title {<br> padding: 4px;<br> margin: 0px;<br> }<br> <br> .message {<br> color: [% site.col.message %];<br> }<br> <br> .error {<br> color: [% site.col.error %];<br> }<br> label {<br> display: block;<br> width: 10em;<br> position: relative;<br> margin: .5em 0em;<br> }<br> label input {<br> position: absolute;<br> left: 100%;<br> }<br> label select {<br> position: absolute;<br> left: 100%;<br> }<br> .submit {<br> margin-top: 2em;;<br> }<br> .error_messages {<br>
color: [% site.col.error %];<br> }<br> <br> input { <br> float: left; <br> padding-right: 2em; <br> }<br> input[type=submit] { <br> clear: left; <br> }<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>It's here! Your new message!<br>Get
<a href="http://us.rd.yahoo.com/evt=49938/*http://tools.search.yahoo.com/toolbar/features/mail/"> new email alerts</a> with the free <a href="
http://us.rd.yahoo.com/evt=49938/*http://tools.search.yahoo.com/toolbar/features/mail/">Yahoo! Toolbar.</a>