CSS Form Labels


/ Published in: CSS
Save to your folder(s)

Simple enough.


Copy this code and paste it in your HTML
  1. label
  2. {
  3. width: 4em;
  4. float: left;
  5. text-align: right;
  6. margin-right: 0.5em;
  7. display: block
  8. }

URL: http://www.webcredible.co.uk/user-friendly-resources/css/css-forms.shtml

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.