I have a html form that is basically vertical but i really have no idea how to make two text fields on the same line. For example the following form below i want the First and L
For the sake of bandwidth saving, we shouldn't include for each of and pair This solution may serve you better and may increase readability Name Stock Amount The css for above form would be .form > label { float: left; clear: right; } .form > input { float: right; } I believe the output would be as following: 0 讨论(0) 查看其它6个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复
for each of and pair This solution may serve you better and may increase readability Name Stock Amount The css for above form would be .form > label { float: left; clear: right; } .form > input { float: right; } I believe the output would be as following: 0 讨论(0) 查看其它6个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复
This solution may serve you better and may increase readability
Name Stock Amount
The css for above form would be
.form > label { float: left; clear: right; } .form > input { float: right; }
I believe the output would be as following: