Skip to content

Instantly share code, notes, and snippets.

@martisj
Forked from anonymous/dabblet.css
Created August 3, 2012 08:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save martisj/3245798 to your computer and use it in GitHub Desktop.
Save martisj/3245798 to your computer and use it in GitHub Desktop.
Lining up form elements
/**
* Lining up form elements
*/
<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>
{"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