Thats easy  :)

some markup like this:
<label class="left">name</label>
<input type="text" name="name" value=""><br />

and some css like this
label.left {
   float: left;
   text-align: right;
   width: 5em;
   margin-right: .3em;
}
form br {
   clear: both;
}

then you have two columns.

greetz, jan

__
Belt+Sund
Grafikdesign Webdesign
http://www.beltundsund.de/
http://www.c-kn.de/leistungen-webdesign.html
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to