Guest User

Untitled

a guest
Jul 18th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.91 KB | None | 0 0
  1. <label for="comment-author">Name</label>
  2. <input id="comment-author" name="author" size="30" value="" onfocus="mtCommentFormOnFocus()" class="textfield" />
  3. <div class="clear"></div>
  4.  
  5. <label for="comment-email">Email Address</label>
  6. <input id="comment-email" name="email" size="30" value="" onfocus="mtCommentFormOnFocus()" class="textfield" />
  7. <div class="clear"></div>
  8.  
  9. <label for="comment-url">URL</label>
  10. <input id="comment-url" name="url" size="30" value="" onfocus="mtCommentFormOnFocus()" class="textfield" />
  11. <div class="clear"></div>
  12.  
  13. <input type="checkbox" id="comment-bake-cookie" name="bakecookie" onclick="mtRememberMeOnClick(this)" value="1" accesskey="r" />
  14. <label for="comment-bake-cookie">Remember personal info?</label>
  15. <div class="clear"></div>
  16.  
  17.  
  18. label {
  19. float: left;
  20. width: 90px;
  21. }
  22.  
  23. input[type=text] {
  24. float: left;
  25. width: 300px;
  26. }
  27.  
  28. .clear {
  29. clear: both;
  30. font-size: 1px;
  31. }
Add Comment
Please, Sign In to add comment