Created
January 16, 2013 23:21
-
-
Save libryder/4551947 to your computer and use it in GitHub Desktop.
Easily align form fields with their labels
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div> | |
<div style="width: 200px"> | |
Title | |
</div> | |
<div style="float:left"> | |
[text field] | |
</div> | |
<div style="clear:both"></div> | |
<div style="width: 200px"> | |
Language | |
</div> | |
<div style="float:left"> | |
[dropdown] | |
</div> | |
<div style="clear:both"></div> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment