horizontal alignment of form fields

unreal17

New Member
how to make the city state zip to align in the same linei reduced the width but its not workinghow to fix it\[code\]<div class=""> <label class="" for="">City</label><input style="width: 54px;" type="text"> <label class="" for="">State</label><input style="width: 54px;" type="text"> <label class="" for="">Zip</label><input style="width: 54px;" type="text" ></div>\[/code\]http://jsfiddle.net/VXXPC/19/
 
Back
Top