-
-
Save martisj/3245798 to your computer and use it in GitHub Desktop.
Lining up form elements
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
/** | |
* Lining up form elements | |
*/ | |
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
<form action="http://localhost.ucroo/question/invite_lecturer/2810" method="post" accept-charset="utf-8" id="inviteLecturerForm"> <p> | |
<label for="lecturerName" style=" | |
width: 83px; | |
text-align: right; | |
">Lecturer Name</label> | |
<input type="text" id="lecturerName" name="lecturerName"> | |
</p> | |
<p> | |
<label for="lecturerEmail">Lecturer Email</label> | |
<input type="text" id="lecturerEmail" name="lecturerEmail"> | |
</p> | |
</form> |
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
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment