Created
April 9, 2010 14:39
-
-
Save vocino/361227 to your computer and use it in GitHub Desktop.
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
<style> | |
form dt { | |
clear:both; | |
width:33%; | |
float:left; | |
text-align:right; | |
} | |
form dd { | |
float:left; | |
width:66%; | |
margin:0 0 0.5em 0.25em; | |
} | |
</style> | |
<dl> | |
<dt><label for="email">Email:</label></dt> | |
<dd><input type="text" name="email" /></dd> | |
<dt><label for="name">Name:</label></dt> | |
<dd><input type="text" name="name" /></dd> | |
</dl> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment